Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:5263 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 81622 invoked by uid 1010); 5 Nov 2003 18:40:00 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 81598 invoked from network); 5 Nov 2003 18:39:59 -0000 Received: from unknown (HELO mrout1.yahoo.com) (216.145.54.171) by pb1.pair.com with SMTP; 5 Nov 2003 18:39:59 -0000 Received: from bourbon.corp.yahoo.com (bourbon.corp.yahoo.com [216.145.53.135]) by mrout1.yahoo.com (8.12.10/8.12.10/y.out) with ESMTP id hA5IdUCV054716; Wed, 5 Nov 2003 10:39:30 -0800 (PST) Received: (from andrei@localhost) by bourbon.corp.yahoo.com (8.12.9/8.11.1) id hA5IdTo1019139; Wed, 5 Nov 2003 10:39:29 -0800 (PST) (envelope-from andrei) Date: Wed, 5 Nov 2003 10:39:29 -0800 To: "Ford, Mike [LSS]" Cc: internals@lists.php.net Message-ID: <20031105183929.GA18468@gravitonic.com> References: <841D90E489448A4F804E1D1B95768BF7D4626B@lis-exchange3.lmu.ac.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <841D90E489448A4F804E1D1B95768BF7D4626B@lis-exchange3.lmu.ac.uk> User-Agent: Mutt/1.4.1i Subject: Re: [PHP-DEV] Proposal: Array syntax From: andrei@gravitonic.com (Andrei Zmievski) On Wed, 05 Nov 2003, Ford, Mike [LSS] wrote: > On 05 November 2003 16:48, Ilia Alshanetsky contributed these pearls of > wisdom: > > > I mean c'mon, is 5 characters that much of a problem and is > > absolute code clarity not worth those 5 characters? Character > > efficiency is done in Perl, where you can do things like ~= > > and @_, but that makes Perl code naturally obfuscated and I do > > not think that's a good way to go. > > I don't think the number of characters is the main issue here -- it's about > having a *nicer* set of characters. Personally, I'd be still be in favour > (although not quite as much) if the proposed syntax were [[[1,2,3]]] -- for > me, it's about having a syntax that shouts *ARRAY* rather than whispers it. And array() steps too softly for you? - Andrei