Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:65939 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 41243 invoked from network); 19 Feb 2013 13:19:27 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 19 Feb 2013 13:19:27 -0000 Authentication-Results: pb1.pair.com header.from=derick@php.net; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=derick@php.net; spf=unknown; sender-id=unknown Received-SPF: unknown (pb1.pair.com: domain php.net does not designate 82.113.146.227 as permitted sender) X-PHP-List-Original-Sender: derick@php.net X-Host-Fingerprint: 82.113.146.227 xdebug.org Linux 2.6 Received: from [82.113.146.227] ([82.113.146.227:55317] helo=xdebug.org) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 4B/E3-17768-EDB73215 for ; Tue, 19 Feb 2013 08:19:26 -0500 Received: from localhost (xdebug.org [127.0.0.1]) by xdebug.org (Postfix) with ESMTPS id ED5E0DE13D; Tue, 19 Feb 2013 13:19:21 +0000 (GMT) Date: Tue, 19 Feb 2013 13:19:21 +0000 (GMT) X-X-Sender: derick@whisky.home.derickrethans.nl To: Marcello Duarte cc: PHP Internals In-Reply-To: <8490FC41-2696-4948-83A1-3931674183B0@gmail.com> Message-ID: References: <8490FC41-2696-4948-83A1-3931674183B0@gmail.com> User-Agent: Alpine 2.02 (DEB 1266 2009-07-14) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: Re: [PHP-DEV] [RFC] Short syntax for anonymous functions From: derick@php.net (Derick Rethans) On Tue, 19 Feb 2013, Marcello Duarte wrote: > Inspired by Sara, here is another RFC, I finally got around to draft: > > https://wiki.php.net/rfc/short-syntax-for-anonymous-function I'd be really reluctant to add this -- it's yet another (superfluous) syntactical sugar, there is no patch, and how does this work with bound variables (use keyword)? cheers, Derick