Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:28503 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 47716 invoked by uid 1010); 20 Mar 2007 22:50:08 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 47701 invoked from network); 20 Mar 2007 22:50:08 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 20 Mar 2007 22:50:08 -0000 Authentication-Results: pb1.pair.com header.from=dz@bitxtender.com; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=dz@bitxtender.com; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain bitxtender.com from 80.237.132.12 cause and error) X-PHP-List-Original-Sender: dz@bitxtender.com X-Host-Fingerprint: 80.237.132.12 wp005.webpack.hosteurope.de Received: from [80.237.132.12] ([80.237.132.12:38611] helo=wp005.webpack.hosteurope.de) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 86/DD-21779-F1560064 for ; Tue, 20 Mar 2007 17:50:08 -0500 Received: from dslb-084-056-056-156.pools.arcor-ip.net ([84.56.56.156] helo=[192.168.0.100]); authenticated by wp005.webpack.hosteurope.de running ExIM using esmtpa id 1HTn9Y-000413-16; Tue, 20 Mar 2007 23:50:04 +0100 In-Reply-To: <4600634F.7050605@zend.com> References: <86478A67-DCA2-4000-9EF0-DA4338E8389B@omniti.com> <54922.216.230.84.67.1174335655.squirrel@www.l-i-e.com> <1174336517.24632.111.camel@blobule> <45474.216.230.84.67.1174337937.squirrel@www.l-i-e.com> <53F7E9D8-10B2-42A4-B21C-90AC5548B8E1@bitxtender.com> <4600634F.7050605@zend.com> Mime-Version: 1.0 (Apple Message framework v752.2) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-ID: <727A9DF2-BBA1-491D-8B6B-47CFA4E10A40@bitxtender.com> Cc: Daniel Rozsnyo , internals@lists.php.net Content-Transfer-Encoding: 7bit Date: Tue, 20 Mar 2007 23:50:02 +0100 To: Stanislav Malyshev X-Mailer: Apple Mail (2.752.2) X-bounce-key: webpack.hosteurope.de;dz@bitxtender.com;1174431008;f0d2de96; Subject: Re: [PHP-DEV] PATCH: anonymous functions in PHP From: dz@bitxtender.com (=?ISO-8859-1?Q?David_Z=FClke?=) Am 20.03.2007 um 23:42 schrieb Stanislav Malyshev: >> what about "lambda", like in Python? > > To most people without CS theory background lambda does not tell > anything, to people that have this background lambda reminds of > LISP - and I'm not sure this is better :) Excellent! That means people will maybe look it up to learn what a lambda is before they use it, just what PHP needs ;) Seriously though, my suggestion is nonsense because anonymous functions in PHP wouldn't be restricted to a single expression, which is the case with lambdas. David