Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:70736 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 91408 invoked from network); 19 Dec 2013 00:35:27 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 19 Dec 2013 00:35:27 -0000 Authentication-Results: pb1.pair.com smtp.mail=kris.craig@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=kris.craig@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.214.178 as permitted sender) X-PHP-List-Original-Sender: kris.craig@gmail.com X-Host-Fingerprint: 209.85.214.178 mail-ob0-f178.google.com Received: from [209.85.214.178] ([209.85.214.178:48041] helo=mail-ob0-f178.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 89/A1-14632-E4F32B25 for ; Wed, 18 Dec 2013 19:35:27 -0500 Received: by mail-ob0-f178.google.com with SMTP id uz6so447371obc.37 for ; Wed, 18 Dec 2013 16:35:24 -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 :cc:content-type; bh=5dsuHY+Ci6fKcrDSqSDnbKd1S/Rh2guzEiE/02bxgnA=; b=amphj78xdd4PGIoqEsR+mea9D+4mu+Lu4/BJ6m3wZCq2l5AZJLp8ZnF8pHSRLkkK/a YkcuE53Zlid2NpKaNEIiWAtKCe02snFZbUXXWvp4x1GAa8YwIIJgsb6xAWf7nuJPj8zb 1PNNKnLYyGQlhN90HUa98pN30uQrV5r2FbvbDjgqpuWf8u3O8j0f13y4Fo9rWTcjgjj2 +7Oyq1ybvX33o6cAPOOpdEDn8aHirPcsHWOHvnliXWNr+UU//PQ68PWuxnYBWGu3TY1M k9WvTlpYBh3dfLhyWTubsvjAQpNixhORmf/DAPW2y8xdc+ekotuW9/zr8DDn+z42TFnC 1dYQ== MIME-Version: 1.0 X-Received: by 10.60.76.227 with SMTP id n3mr15644677oew.52.1387413323822; Wed, 18 Dec 2013 16:35:23 -0800 (PST) Received: by 10.182.221.170 with HTTP; Wed, 18 Dec 2013 16:35:23 -0800 (PST) In-Reply-To: References: Date: Wed, 18 Dec 2013 16:35:23 -0800 Message-ID: To: Tjerk Meesters Cc: PHP Internals Content-Type: multipart/alternative; boundary=047d7b33d8be52bf0804edd8568f Subject: Re: [PHP-DEV] Re: [vote] pow-operator From: kris.craig@gmail.com (Kris Craig) --047d7b33d8be52bf0804edd8568f Content-Type: text/plain; charset=ISO-8859-1 > > > 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. > What did it for me was the lower precedence for the unary minus. I don't want to have another language that thinks a negative number squared is a negative number. I understand and respect your reasoning as outlined in the RFC, but this is a deal-breaker for me. --Kris --047d7b33d8be52bf0804edd8568f--