Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:88465 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 83709 invoked from network); 24 Sep 2015 07:11:07 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 24 Sep 2015 07:11:07 -0000 Authentication-Results: pb1.pair.com header.from=smalyshev@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=smalyshev@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.220.48 as permitted sender) X-PHP-List-Original-Sender: smalyshev@gmail.com X-Host-Fingerprint: 209.85.220.48 mail-pa0-f48.google.com Received: from [209.85.220.48] ([209.85.220.48:35586] helo=mail-pa0-f48.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id A8/35-33598-B02A3065 for ; Thu, 24 Sep 2015 03:11:07 -0400 Received: by pacfv12 with SMTP id fv12so65897846pac.2 for ; Thu, 24 Sep 2015 00:11:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=subject:to:references:from:message-id:date:user-agent:mime-version :in-reply-to:content-type:content-transfer-encoding; bh=vfOLOQqyeHVbN2/OgACCFRovqcOlMVOtePUMmlPX/hI=; b=o63nMZ9f+jVKlBnOs7Ir52SmlWBzQ+yOSg6IyNbYxT2ZbPu1BvEczrVL2hF5PzNThU xKAgeGgOIOGByZuG53Vs811D27mkSKjb1Xj8SMF5hhEe4p+TCoOTAA81IZJ/4eOQsQ93 TV5nRilqp08dsmDPyqcakHkV3pUdVyvfSPpYqs/B6zgsDU6wXdMa/W4eCFJik3dbIKwL upKrPDftFZZ8NOEda5g5YOUTtplbouEje/wyJG9J4X75dtpYkh8zXXqZNGKnRPlR5H1K kb/aM30Np0lIvsVqBIqpIK4Td6flqCa5M9yeYNL5et+DPnkr3eSK5Q8vNcr3ZHhzd9p9 BfKg== X-Received: by 10.68.89.100 with SMTP id bn4mr43238406pbb.93.1443078663874; Thu, 24 Sep 2015 00:11:03 -0700 (PDT) Received: from Stas-Air.local (108-66-6-48.lightspeed.sntcca.sbcglobal.net. [108.66.6.48]) by smtp.gmail.com with ESMTPSA id f5sm11787731pas.23.2015.09.24.00.11.02 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 24 Sep 2015 00:11:03 -0700 (PDT) To: PHP internals References: <28.4D.56639.BB071065@pb1.pair.com> Message-ID: <5603A202.4070003@gmail.com> Date: Thu, 24 Sep 2015 00:10:58 -0700 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:38.0) Gecko/20100101 Thunderbird/38.2.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Re: [RFC] [VOTE] Short Closures From: smalyshev@gmail.com (Stanislav Malyshev) Hi! > As a PHP developer, I agree with the possible confusion between `->` and > `~>`. > `==>` is a better choice IMHO, for its similarity with Hacklang syntax, as > said previously. I'm getting a feeling the RFC could be more successful if syntax was made a choice between ~> and ==> as a voting option. -- Stas Malyshev smalyshev@gmail.com