Date: Wed, 17 Mar 2004 12:49:53 -0600 From: "Kevin D. Kinsey, DaleCo, S.P." <kdk@daleco.biz> To: chat@freebsd.org Subject: Programmer joke... Message-ID: <40589DD1.7050003@daleco.biz>
next in thread | raw e-mail | index | archive | help
Anyone got a good programmer joke?
An Italian guy on a forum I read told this one:
/There are 4 programmers. One does PHP,
one PASCAL, one C, and the last is a JAVA guru....
The PHP guy says...
"Why doesn't this work! "
function greets()
{
echo $foo;
}
$foo="Hello world";
greets();
The PASCAL guy answers: "Just one thing: keep out the ';' after the
'echo' instruction..."
The C guy says: "Just one problem: you are missing the void() before the
function declaration..."
The JAVA guy: "I see about 1000 errors... you need to make a class, then
inherit it,
while do this, you have to... bla, bla, bla...."/
----------------------------------------------
:-)
Kevin Kinsey
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?40589DD1.7050003>
