On Sun, 6 Aug 2006, chromatic wrote: > If my code depends on the undefinedness of certain symbols, and those symbols > may or may not appear in some namespace somewhere due to something totally > unrelated to my code, I have a problem.
Ah. I thought we were considering the namespace which the language would use for its implementation, not for the namespace in which it would keep its client script's symbols. That being the case, your reservation eminently makes sense. But I didn't expect to see "PerlArray" as a reserved name in Perl 6, so I assumed we weren't talking about *that* namespace. -Martin