Linked by Eugenia Loli on Mon 20th Mar 2006 07:13 UTC
Thread beginning with comment 105972
To view parent comment, click here.
To read all comments associated with this story, please click here.
To view parent comment, click here.
To read all comments associated with this story, please click here.
RE[3]: namespace pollution
by modmans2ndcoming on Mon 20th Mar 2006 17:05
in reply to "RE[2]: namespace pollution"
yeah... and no production language that is in wide deployment enforces namespaceing isolation (well... Java does, but Sun made tools to make it less crappy, and java got mind share because it was the first "compile once run anywhere" buzz phrase language so corps saw it as a way to give themselves out of lock in.




Member since:
2006-03-20
i don't know C++ so i can't answer. however both python and C++ provide means by which namespaces can be kept isolated and managed... but it is not enforced. that is my understanding.