> The other subtle difference, now that I think about it, is a bug in Parrot; I
> wasn't planning to garbage collect vtables the same way that we GC PMCs.
The python way is more so, vtables (PyTypeObjects) are PMC (PyObjects).

So types are first-class objects. When you ask the type of a data-object
at the language level you get the type-object not a string :).

regards.

Reply via email to