On Thu, 2004-07-15 at 22:46, Dan Sugalski wrote: > And language builtin namespaces in general. We need a standard, and > now's as good a time as any, so... > > All language-specific builtin functions go into the _core_Language > namespace. (So for Python it's _core_Python, Perl 5 is _core_Perl5, > and so on)
In the specific case of Perl 5 and 6, aren't builtins in the same (Parrot) namespace as user-defined functions? In Perl 5, you can access builtins through the CORE:: (Perl) namespace, which certainly is visible to all Perl programs. Would there be some sort of namespace aliasing for this sort of thing (or the Microsoft naming scheme for C#/.Net Framework for that matter)? -- Aaron Sherman <[EMAIL PROTECTED]> Senior Systems Engineer and Perl Toolsmith http://www.ajs.com/~ajs/resume.html