Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:20645 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 31991 invoked by uid 1010); 27 Nov 2005 11:05:34 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 31976 invoked from network); 27 Nov 2005 11:05:34 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 27 Nov 2005 11:05:34 -0000 X-Host-Fingerprint: 72.21.46.202 prometheus.powertrip.co.za NetCache 5.3-5.5 Received: from ([72.21.46.202:61956] helo=prometheus.powertrip.co.za) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id 2D/4A-56276-CF299834 for ; Sun, 27 Nov 2005 06:05:33 -0500 Received: from prometheus.powertrip.co.za ([72.21.46.202] helo=[127.0.0.1]) by prometheus.powertrip.co.za with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.52 (FreeBSD)) id 1EgKLW-000JQk-8t; Sun, 27 Nov 2005 13:05:28 +0200 Message-ID: <438992EF.9030206@powertrip.co.za> Date: Sun, 27 Nov 2005 13:05:19 +0200 User-Agent: Thunderbird 1.5 (Windows/20051025) MIME-Version: 1.0 To: Sara Golemon CC: =?UTF-8?B?T2xpdmVyIEdyw6R0eg==?= , internals@lists.php.net References: <20.BA.56276.A1BC8834@pb1.pair.com> <31.BC.56276.1C519834@pb1.pair.com> <4389182E.6080404@gmail.com> <4E.4D.56276.6BB19834@pb1.pair.com> <011d01c5f303$1fac1570$7d051fac@stumpy> In-Reply-To: <011d01c5f303$1fac1570$7d051fac@stumpy> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Scan-Signature: c9eb489cb4731b0aa2f397d4ae591a89 X-Authenticated-Sender: jacques@powertrip.co.za Subject: Re: [PHP-DEV] Re: namespace separator ideas From: jacques@powertrip.co.za (Jacques Marneweck) Sara Golemon wrote: > For the record, I vote for ::: > T_מְשֻׁלָּשׁ_NEKUDOTAYIM > (Sorry, couldn't find a transliteration of "triple") > Sean reckons that it's Shaloshayim (http://blog.phpdoc.info/archives/27-+1-for-Shaloshayim-Nekudotayim.html): T_SHALOSHAYIM_NEKUDOTAYIM Regards --jm > -Sara > >> OK, I'll update the table. One moment... >> I leave the +2 in and have added a -2 , which I didn't use as I didn't >> want to pre-vote anyones comments so clearly. There should be 5 non-zero >> values (as in ++/+/o/-/--, which is used in project-portfolio-planning), >> as one can put some weighting into the answer. I suppose there won't be >> anyone truely judging by this table but I clearly lost the overview so >> this is a way of ruling out some candidates. >> >> OLLi >> >> > > > >> First update: >> >> Namespace Operators >> ======================================================================================================================== >> >> Name |s| %% | : | ::: | ::< | :< | <- | :> | \ >> | -> | \\ | <:: | <: | .. | | | | >> ---------------------+-+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+ >> >> Robert Deaton |-| +0 | | -1 | | | -2 | +1 >> | | | | | | | | | | >> Alan Knowles |-| | +1 | | | | | >> | | | | | | | | | | >> Greg Beaver |-| | +0 | +0 | +0 | +0 | | +0 | >> +0 | +1 | +1 | +0 | +0 | | | | | >> Jessie Hernandez |-| +1 | +1 | +2 | | | | >> | | | | | | | | | | >> Matt Friedman |-| | | -1 | | | +1 | | >> -1 | | | +1 | +1 | | | | | >> David Zülke |-| | | +2 | | | +1 | -1 >> | | | | | -1 | | | | | >> Oliver Grätz |*| +2 | | +1 | | | | >> | | | | | | | | | | >> Matthew C. Kavanagh |-| -1 | | | | | | >> | | | | | | | | | | >> Jasper Bryant-Greene |-| | | | | -1 | +1 | -1 >> | | | | | -1 | | | | | >> Eric Coleman |-| -1 | | | | | +1 | +1 | >> -1 | | | | | | | | | >> Christian Stocker |-| | | | | -1 | | -1 | >> +1 | | | | -1 | | | | | >> Stanislav Malyshev |-| | | | | | | >> | | | | | | | | | | >> Jared Williams |-| | | | | | | >> | | +1 | | | | | | | | >> Jason Garber | | | | | | | | >> | | | | | | +1 | | | | >> | | | | | | | | | >> | | | | | | | | | >> ---------------------+-+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+ >> >> sum | | +1 | +1 | +3 | +0 | -2 | +2 | -1 | >> -1 | +2 | +1 | +1 | -2 | +1 | | | | >> ======================================================================================================================== >> >> >> Notes: >> - I took >> +2 as "likes" >> +1 as "is fine with" >> +0 as "can live with" >> -1 as "dislikes" >> -2 as "hates" >> empty for "no comment, no opinion, don't care" >> - Please don't enter anything other than these values! >> - The "s" column stands for "self-filled". I compiled the current >> table from the comments in this newsgroup, so perhaps I didn't >> get their comments right. >> - The operators : <- -> could make big problems with the parser. >> More complaints to follow. *g* >> - Feel free to add new suggestions to the right. >> - If you add your name at the bottom, please copy the free line >> so the next one also has a free one. >> - Do only edit the votes in *your* line! >> - Correct the sums if you post. >> - Please post as attachment! >> >> If some of the operators are definitely impossible to implement, >> please put the headline of column in parentheses (as in "(<-)") >> ans add a note why this operator can't be done (Hi Marcus *g*). >> > -- Jacques Marneweck http://www.powertrip.co.za/blog/