Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:34113 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 51014 invoked by uid 1010); 20 Dec 2007 00:27:42 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 50999 invoked from network); 20 Dec 2007 00:27:42 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 20 Dec 2007 00:27:42 -0000 Authentication-Results: pb1.pair.com smtp.mail=troelskn@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=troelskn@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.198.188 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: troelskn@gmail.com X-Host-Fingerprint: 209.85.198.188 rv-out-0910.google.com Received: from [209.85.198.188] ([209.85.198.188:14247] helo=rv-out-0910.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id B1/C3-26627-CF6B9674 for ; Wed, 19 Dec 2007 19:27:41 -0500 Received: by rv-out-0910.google.com with SMTP id k15so2776359rvb.23 for ; Wed, 19 Dec 2007 16:27:36 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=tXBPKF25DA7all/fxJeeRhGwLLhKUWev8ypn8DcdzyE=; b=m+XAY0/gNOLpdnvNGCZxUPr2ZHIj7xrw0qWPZ3n7Qpukp6KeWmFPniAT03FHsX2SmHUFf1J8+fhfK1mydGStXO5xTr6vHMFbOB49Ke7D7vhH/f08DHlLzR5xqMIlWWOTIxO/PBmajU1ACAsjEbVTTNIHH9ROyN4mguZtlZpwUVA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=OsiUliFIqgosj1osoxByYUDIb4n9xJ9EraDK9Uf+/N6ETu1pKQeNWo16NeB/ERajLV3TfCoq2hp2s/Shy2orPhBGluLLqqst095Idg8dRiajOgg3WUVzzrHV4u0kK87aCdsywrcNF0qtrsIc4ozWnvHhwLThy2PyYNj9zGKgU8A= Received: by 10.141.22.1 with SMTP id z1mr3783493rvi.67.1198110455911; Wed, 19 Dec 2007 16:27:35 -0800 (PST) Received: by 10.141.50.16 with HTTP; Wed, 19 Dec 2007 16:27:35 -0800 (PST) Message-ID: <98b8086f0712191627j5228e245xd2fcb32241285c66@mail.gmail.com> Date: Thu, 20 Dec 2007 01:27:35 +0100 To: internals@lists.php.net In-Reply-To: <4769ACF5.7000701@zend.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <98b8086f0712150818n40056cedyf0aae7a5a08a27b7@mail.gmail.com> <200712172130.08216.larry@garfieldtech.com> <4FADC266-873E-4FD2-BEC8-28EA9D833297@procata.com> <200712172341.54372.larry@garfieldtech.com> <98b8086f0712191345h7fe11a7kc5d34b0369754c8f@mail.gmail.com> <47699960.1090101@zend.com> <98b8086f0712191528n2fd348d0oe3da9eed20d87194@mail.gmail.com> <4769ACF5.7000701@zend.com> Subject: Re: [PHP-DEV] Re: PATCH: anonymous functions in PHP From: troelskn@gmail.com ("troels knak-nielsen") On Dec 20, 2007 12:44 AM, Stanislav Malyshev wrote: > > I think we need it. In the current incarnation, anonymous functions > > are so impractical to use, that it's a barrier. I think that is > > unfortunate, because it could be an interesting and useful direction > > to take for PHP. The users, who don't know what a closure is, could > > Direction like what? Well, the whole functional programming thing. -- troels