Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:34115 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 58805 invoked by uid 1010); 20 Dec 2007 01:10:05 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 58789 invoked from network); 20 Dec 2007 01:10:05 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 20 Dec 2007 01:10:05 -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.146.183 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.146.183 wa-out-1112.google.com Received: from [209.85.146.183] ([209.85.146.183:1328] helo=wa-out-1112.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 0C/F4-26627-BE0C9674 for ; Wed, 19 Dec 2007 20:10:04 -0500 Received: by wa-out-1112.google.com with SMTP id l24so5379892waf.17 for ; Wed, 19 Dec 2007 17:10:00 -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=Ftycz+rCW71SHEYSGKvm5mcphYQMUle+dwfPJ3n5C9g=; b=LjL+SNK/xZwBRSv9oJ1+OP8li6n6iNh0e1EHthmpvlFPIIyTk6FW60JWDfiDl+CmaJBnUXy3m/T6fJHhHZYvt12XT90oIVqIg3Wf9GTbzSIpnEvvxgiYFc5v4JaomlCLfh7b1jPH1a0tcjNRH8xFvAmLW6jW39oDXpCB27W4vsM= 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=c/q7Fv2mHvaGp4m6q+xlY74ByuHdwOxyH8Ixm5KwATT9S8cB6HhmQ1821T+lEyhdAJXCzcb3YOEiKguSgWiOHdUJicdtdki30tpMWoDmUcVL5y4njX3OP1ujq5UFEU6flsjdTX0hIxvzQHYODQ6fLONnk8GXVQu71f4bXUIcu4o= Received: by 10.141.141.3 with SMTP id t3mr6385619rvn.213.1198113000600; Wed, 19 Dec 2007 17:10:00 -0800 (PST) Received: by 10.141.50.16 with HTTP; Wed, 19 Dec 2007 17:10:00 -0800 (PST) Message-ID: <98b8086f0712191710s6096a98fnb251814318716357@mail.gmail.com> Date: Thu, 20 Dec 2007 02:10:00 +0100 To: internals@lists.php.net In-Reply-To: <4769BC8E.80702@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> <98b8086f0712191627j5228e245xd2fcb32241285c66@mail.gmail.com> <4769BC8E.80702@zend.com> Subject: Re: [PHP-DEV] Re: PATCH: anonymous functions in PHP From: troelskn@gmail.com ("troels knak-nielsen") On Dec 20, 2007 1:51 AM, Stanislav Malyshev wrote: > > Well, the whole functional programming thing. > > But PHP is not an FP language and wasn't built to be one. If one needs > an FP language, why not look into languages built with that purpose? We can change it then. PHP wasn't built to be object oriented either. -- troels