Re: Q: namespaces and classes

2006-02-27 Thread Chip Salzenberg
On Wed, Feb 08, 2006 at 08:49:54PM +0100, Leopold Toetsch wrote: > I'm still having troubles, when thinking about namespace PMCs and > implementation thereof. Especially the relationship of class namespaces > and the store_global opcode. As well you might. :-, There's a chicken/egg problem in t

Q: namespaces and classes

2006-02-08 Thread Leopold Toetsch
I'm still having troubles, when thinking about namespace PMCs and implementation thereof. Especially the relationship of class namespaces and the store_global opcode. We have e.g. this PIR snippets: .sub main :main cl = newclass 'Foo' # a class isa/hasa namespace ?! ... .end