At 2:08 PM -0700 7/7/02, Sean O'Rourke wrote:
>On Sun, 7 Jul 2002, Dan Sugalski wrote:
>>  Basically what we need is a lookup matrix for each vtable method
>>  (add, subtract, multiply, whatever) that we can index by left and
>>  right types to get the actual method to call.
>
>I suppose resolution based on distance in number-of-args dimensional type
>space is right out ;).

Nope, actually, it isn't. :) Though wether we enable it for vtable 
lookup or not's up in the air. We'll need it for regular method/sub 
calls with multimethod lookup. (It was one of the topics of 
discussion before YAPC)

-- 
                                         Dan

--------------------------------------"it's like this"-------------------
Dan Sugalski                          even samurai
[EMAIL PROTECTED]                         have teddy bears and even
                                       teddy bears get drunk

Reply via email to