Leopold Toetsch <[EMAIL PROTECTED]> writes:

> Dan Sugalski <[EMAIL PROTECTED]> wrote:
>
>> The one question I have is whether we need to have a "call class
>> method" operation that, when you invoke it, looks up the class of the
>> object and redispatches to it, or whether class methods are just
>> methods called on class objects.
>
> The terms are misleading a bit here.
> - a ParrotClass isa delegate PMC
> - a ParrotObject isa ParrotClass
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    That definitely seems to be the wrong way 'round. 

> - a HLL class isa Parrotclass and a low-level PMC object
> - a HLL object isa all of above

Reply via email to