Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:78586 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 77190 invoked from network); 3 Nov 2014 19:42:27 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 3 Nov 2014 19:42:27 -0000 Authentication-Results: pb1.pair.com smtp.mail=ajf@ajf.me; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=ajf@ajf.me; sender-id=pass Received-SPF: pass (pb1.pair.com: domain ajf.me designates 192.64.116.200 as permitted sender) X-PHP-List-Original-Sender: ajf@ajf.me X-Host-Fingerprint: 192.64.116.200 imap1-2.ox.privateemail.com Received: from [192.64.116.200] ([192.64.116.200:56355] helo=imap1-2.ox.privateemail.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 74/30-10620-2AAD7545 for ; Mon, 03 Nov 2014 14:42:27 -0500 Received: from localhost (localhost [127.0.0.1]) by mail.privateemail.com (Postfix) with ESMTP id 58780B00094; Mon, 3 Nov 2014 14:42:24 -0500 (EST) X-Virus-Scanned: Debian amavisd-new at imap1.ox.privateemail.com Received: from mail.privateemail.com ([127.0.0.1]) by localhost (imap1.ox.privateemail.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id fT6qe46-z9_c; Mon, 3 Nov 2014 14:42:24 -0500 (EST) Received: from oa-res-26-28.wireless.abdn.ac.uk (oa-res-26-28.wireless.abdn.ac.uk [137.50.26.28]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.privateemail.com (Postfix) with ESMTPSA id 1BD8EB0008E; Mon, 3 Nov 2014 14:42:22 -0500 (EST) Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 8.0 \(1990.1\)) In-Reply-To: <5457D749.2010406@gmail.com> Date: Mon, 3 Nov 2014 19:42:21 +0000 Cc: Robert Stoll , PHP Internals Content-Transfer-Encoding: quoted-printable Message-ID: References: <002601cff777$eb923430$c2b69c90$@tutteli.ch> <68518A5F-4A11-4D93-914D-760A4CB447E8@ajf.me> <5457D749.2010406@gmail.com> To: Stas Malyshev X-Mailer: Apple Mail (2.1990.1) Subject: Re: [PHP-DEV] Types on the right or on the left From: ajf@ajf.me (Andrea Faulds) > On 3 Nov 2014, at 19:28, Stas Malyshev wrote: >=20 > Hi! >=20 >> PHP doesn=E2=80=99t need more inconsistency, sure, but we must be = practical >> here. It is bad if PHP and Hack have the same feature with different >> syntax, it will cause developer confusion and further segment the >> communities. >=20 > Given that Hack is a different language, which was designed AFAIK with > little input from PHP community, I don't see how there would be any > confusion - it's like saying PHP and Perl or PHP and Java having > different syntaxes leads to segmenting the communities. This is an unfair comparison. Hack is a compatible superset of PHP, much = like TypeScript is a compatible superset of JavaScript. > In fact, there > are two different communities - though, of course, people can belong = to > both - and two different languages. I do not think Hack syntax should > have much weight in decisions about what syntax to choose in PHP - = it's > a different language, even though it has many similarities. I=E2=80=99d rather there be less divergence between Hack and PHP, to = limit the damage that it causes to the community. -- Andrea Faulds http://ajf.me/