Sam Ruby writes: > Overall, JavaScript would be a good match for Parrot. One place where > it would significantly diverge at the moment is in the concept of a > "class". Objects in JavaScript are little more than bundles of > properites, some of which may be functions. And classes are essentially > templates for such objects.
That's why there's the find_method vtable. I don't see how it would be difficult to do in any way. Luke