On 9/19/07, Paolo Bonzini <bonzini@gnu.org> wrote:

> What is possible is:
>
> self add: (Kernel-Array new: 4).
>
> Here, #- is a message.
>
> Michael.

And what is Array? :-)  I understand that you could use "Kernel-#Array"
or something similar, but "Kernel/Array" seems hard to get right in the
compiler.

Array is a class.... which the Kernel namespace uses to look up.... oh, I see your point.

Okay, bad design :-P.

Gulik.