About me

  <sed>
  <e rxml>s/\t/    /g</e>
  <rxml>
  #! /usr/bin/env pike

string name(array pwrec)
{
	if(stringp(pwrec[4]))
	{
		string name = (pwrec[4]/' ')[0];
		if(sizeof(name)&&name[0]>='A'&&name[0]<='Z')
			return name;
	}
	return 0;
}

int main(int argc, array(string) argv)
{
	mapping(string:int) st

Pike pages by rjb

Pike is a fish ( Esox lucius). It's quite common in Poland (where I live) and much valued by fishermen and gourmets.

In Polish, pike is szczupak, pronounced (approximately) as SHCHOO-pahck.

No, I don't do fishing, nor am I a fish gourmet.

Pike is a powerful and easy object-oriented, interpreted programming language. This is the Pike these pages are (going to be) about.

No, I did not create Pike -- Hubbe did. I just happen to like it. So, I made these pages (rather, am in the process of doing so).

Contents

Comments are invited.


Accessed: by 2835 since February 2007.

Robert J. Budzynski

Last modified: 2007-01-30