>IMNSHO it would be better to have 1 namespace as that is what is most >cognitively accessible. It is why most (all?) artificial languages (ie >programming langs) don't allow the same name to refer to N different things >depending on context."
Not true.
You have class based contexts, method base contexts and block base contexts.
Basic scoping is context based name spaces.
And thats not looking at something like perl. :)

Reply via email to