Piers Cawley <[EMAIL PROTECTED]> wrote:
> 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.

Why? A ParrotClass is responsible for the method dispatch. The ParrotObject
inherits that behavior.

leo

Reply via email to