On 10 Nov 13:05, Ilia Alshanetsky wrote:

> On 10-Nov-06, at 12:41 PM, Sean Coates wrote:

>> [...]

>> I also don't deny that there will be a minor performance hit. There are a
>> ton of other things in PHP that reduce performance.. the idea is to find
>> a balance of which ones are worth it (as we did with OOP and Unicode),
>> and I believe that namespaces are worth it. I also know that I'm not
>> alone in this.

> I think adoption rates speak for themselves, I think there is far  
> more demand for a fast & stable PHP then for syntatic sugar features  
> which seem extremely useful, but in the end prove to carry too much  
> baggage.

Escpecially due to the new OO features of PHP 5, namespaces are urgently
required for writers of independent libraries which should not clash. For
me, I even would accept 10% performance loss to have namespaces implemented:
I'd use a faster machine instead, which is cheaper compared to the
adjustment of clashing class names from different libraries or frameworks.

Unfortunately namespaces are not only syntactic sugar, but dire necessity
for PHP if it wants to be taken as a serious langauage and defend it's
position against other arising 'web scripting' alternatives.

But I suppose, you know this.

Just my two cents, regards dtg

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to