From owner-freebsd-chat@FreeBSD.ORG Wed Mar 17 10:49:58 2004 Return-Path: Delivered-To: freebsd-chat@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B4E4216A4CE for ; Wed, 17 Mar 2004 10:49:58 -0800 (PST) Received: from ns1.tiadon.com (SMTP.tiadon.com [69.27.132.161]) by mx1.FreeBSD.org (Postfix) with ESMTP id CA5EF43D2D for ; Wed, 17 Mar 2004 10:49:56 -0800 (PST) (envelope-from kdk@daleco.biz) Received: from daleco.biz ([69.27.131.0]) by ns1.tiadon.com with Microsoft SMTPSVC(6.0.3790.0); Wed, 17 Mar 2004 12:50:25 -0600 Message-ID: <40589DD1.7050003@daleco.biz> Date: Wed, 17 Mar 2004 12:49:53 -0600 From: "Kevin D. Kinsey, DaleCo, S.P." User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.6) Gecko/20040212 X-Accept-Language: en-us, en MIME-Version: 1.0 To: chat@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 17 Mar 2004 18:50:25.0859 (UTC) FILETIME=[B5B3C130:01C40C50] Subject: Programmer joke... X-BeenThere: freebsd-chat@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Non technical items related to the community List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Mar 2004 18:49:58 -0000 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