Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:82574 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 19668 invoked from network); 13 Feb 2015 02:00:44 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 13 Feb 2015 02:00:44 -0000 Authentication-Results: pb1.pair.com smtp.mail=marcio.web2@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=marcio.web2@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.215.49 as permitted sender) X-PHP-List-Original-Sender: marcio.web2@gmail.com X-Host-Fingerprint: 209.85.215.49 mail-la0-f49.google.com Received: from [209.85.215.49] ([209.85.215.49:34781] helo=mail-la0-f49.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id CA/57-15420-ACA5DD45 for ; Thu, 12 Feb 2015 21:00:43 -0500 Received: by labhs14 with SMTP id hs14so13195035lab.1 for ; Thu, 12 Feb 2015 18:00:39 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:reply-to:in-reply-to:references:from:date:message-id :subject:to:cc:content-type; bh=GKWAviJqGPBuBnFw5N/ZV+5nd/Vix9QiP52d7YAaL6Y=; b=wdSWiyL3jSIPd98xfNXzSZNxkrH/kyS5NQ9nYKgDcEDVlXeYQUNdZbkTLOJDjBxgBH krfsi90hu1Le6HeYBRp9Vtmz96HLGDmp0eTby04zRgjuTMt0InN3t9XmCbrIPnjW4jD8 JT6hkG+Kuivdc7XY7Sn/ml11nT568K9mD7yZhOS6c/VwE67hlBpT0tF7V17XnxUl+QWd mGoo1TfrR2xcLbPMTsKlny7RmEDyrpSoc1Z+MrzBvUv4XInLaolBMXJksM880kE2BNsD 1eVpCH7qx7XtblRi5zsU8YJDbd8+AoeEWdERIDLKzy5WZYQq6+erDuncN+67PVJrivvi JmRQ== X-Received: by 10.112.37.197 with SMTP id a5mr5831572lbk.19.1423792839311; Thu, 12 Feb 2015 18:00:39 -0800 (PST) MIME-Version: 1.0 Received: by 10.152.21.101 with HTTP; Thu, 12 Feb 2015 18:00:18 -0800 (PST) Reply-To: marcio3w@gmail.com In-Reply-To: References: <54DC788E.7000000@hoa-project.net> Date: Thu, 12 Feb 2015 23:00:18 -0300 Message-ID: To: Netroby Cc: "Ivan Enderlin @ Hoa" , PHP internals Content-Type: multipart/alternative; boundary=001a113473406bc514050eee9aef Subject: Re: [PHP-DEV][RFC][VOTE] Group Use Declarations From: marcio.web2@gmail.com (Marcio Almada) --001a113473406bc514050eee9aef Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Hi, > I like use Foo\Bar\(Baz, Qux); > For Human type experience, {} is harder than () to type, see your > keyboard, can you easier type {} or easier type () > I hate {} > If you like to use {} as the group symbols, i would not like it. > It hurts my fingers. Your suggested syntax was considered. But it ended up being discarded during research phase because use Foo\Bar\(Baz, Qux); looks too much like a full qualified function call. That's not good for PHP. Maybe it's good for Haskell but certainly not good for PHP. No one here wants to hurt your little finger. Perhaps you should use a Chinese keyboard with a better layout for programming? :) Sincerely, M=C3=A1rcio Almada https://github.com/marcioAlmada --001a113473406bc514050eee9aef--