Jeff Clites <[EMAIL PROTECTED]> wrote:
> And again, I don't so much object to the idea of nested namespaces--I
> just feel that they'll slow down symbol lookups, without giving us much
> in return. I'm afraid we're adding complexity we don't need.
One thing this buys you is that you can have a Perl package:
class Foo::Bar {...}
And in Python, refer to it with Python's syntax:
bar = __Perl.Foo.Bar()
Since both of them boil down to the same thing:
["__Perl"; "Foo"; "Bar"]
--
Brent 'Dax' Royal-Gordon <[EMAIL PROTECTED]>
Perl and Parrot hacker
There is no cabal.
[I currently have a couple Gmail invites--contact me if you're interested.]