Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:70735 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 88097 invoked from network); 19 Dec 2013 00:03:32 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 19 Dec 2013 00:03:32 -0000 Authentication-Results: pb1.pair.com smtp.mail=tjerk.meesters@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=tjerk.meesters@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.128.177 as permitted sender) X-PHP-List-Original-Sender: tjerk.meesters@gmail.com X-Host-Fingerprint: 209.85.128.177 mail-ve0-f177.google.com Received: from [209.85.128.177] ([209.85.128.177:64214] helo=mail-ve0-f177.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id A1/11-14632-3D732B25 for ; Wed, 18 Dec 2013 19:03:32 -0500 Received: by mail-ve0-f177.google.com with SMTP id db12so233483veb.22 for ; Wed, 18 Dec 2013 16:03:29 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=PEZMFe5wJBHAZsgWlho3uK7Z+r3a4K3pVNLecAn/9lw=; b=SBMHZnwkYM/JMQcpEkelMRJcGGVgc95e5FjhI3vtyZ0SLeUiwJk876md/UfbQmMQHO Vu4JygwUZE4nlnLnLSfM8jC/iNzYLFDd/MX9mXAMaJgCLDUSanAZohQjTdM3gVEB4xG+ EBG/6qtbDjZKM0M2h2vVzQP3DZVLZFQBt5xi8UVefD5aYnrkrP9nO5F7ZVq5CQ7ZN+Rp 27+zZPIiu8TsGP9wh9IdmKhzJ/XwWqPKaBP8XjI2efTrTNeMXzgy63uc1+UMh5NS4uZf IpzX6SkbDSWO3A0e3qSN+3Bx1E0L/4EueWFUh2fs0qiMahAp005mzpi4eaCPTCJVzPP0 YjOQ== MIME-Version: 1.0 X-Received: by 10.58.100.244 with SMTP id fb20mr14060624veb.6.1387411409184; Wed, 18 Dec 2013 16:03:29 -0800 (PST) Received: by 10.58.128.33 with HTTP; Wed, 18 Dec 2013 16:03:29 -0800 (PST) In-Reply-To: References: Date: Thu, 19 Dec 2013 08:03:29 +0800 Message-ID: To: PHP Internals Content-Type: multipart/alternative; boundary=089e013a270833af7404edd7e494 Subject: Re: [vote] pow-operator From: tjerk.meesters@gmail.com (Tjerk Meesters) --089e013a270833af7404edd7e494 Content-Type: text/plain; charset=ISO-8859-1 Hi, As it currently stands the votes are quite polarized, so let me address the most likely issue: associativity. The reason I chose for having it right associative is based on mathematical notation, not a personal preference. I do personally think that the distinction isn't going to matter in 99% of the cases and nobody in their right mind would write `$x ** $y ** $z` in production code without testing either. And lastly, Matlab is wrong, there's only one right associativity :) If this proposal doesn't make it, I have no intentions on restarting it in the future to address above concerns. That said, if there are other reasons for voting 'no' besides associativity, feel free to shoot me an email or discuss it on the list. On Wed, Dec 18, 2013 at 4:31 PM, Tjerk Meesters wrote: > Hi internals, > > I've opened up the pow-operator RFC for voting. > > https://wiki.php.net/rfc/pow-operator#proposed_voting_choices > > Contrary to previous emails, the vote will be an all-or-nothing "Yes / No". > > The proposed voting cut off date is 31st of Dec. > > > -- > -- > Tjerk > -- -- Tjerk --089e013a270833af7404edd7e494--