Hi, What is parrot's default method resolution order? Is it like the old Python MRO (left-to-right, depth-first)? Is it like the new Python MRO [1] (left-to-right, depth-first, but discard all but the last occurrence of duplicates)?
[1] "Unifying types and classes in Python 2.2" by Guido van Rossum http://www.python.org/2.2/descrintro.html Regards, Roger Browne