Just popping in to say that we cannot const any parms to vtable methods.
Parrot can't impose promises on the called code.

Take for example whatever the vtable method is to return the count of
elements in the array.  You'd think this would easily be constable, but
we cannot at this point in time tell how someone in the future is going
to implement it.  Perhaps the counting of elements in the array will
require fetching of elements into the array, because of lazy
calculation.

If there was a way we could have consted vtable arguments, rest assured
I'd have found it.

xoxo,
Andy


-- 
Andy Lester => [EMAIL PROTECTED] => www.petdance.com => AIM:petdance

Reply via email to