I've noticed there are ops for interfaces, but no implementation or ppd yet.
Is it too premature to start thinking about this? Interfaces happen to be something I take a lot of interest in, I was one of Zope developers who first worked on Jim Fulton's "scarecrow" Python interface implementation and based on that I wrote PEP 245: http://www.python.org/peps/pep-0245.html which is still in limbo land. My talk at OSCON this years was also about interfaces, components, and their cross language benefits: http://www.daca.net:8080/OSCON.html Slide 16 in particular is relevant to Parrot, which is not mentioned in the slide but I did mention to the people in my audience. I've read everything in the Parrot docs/ related to interfaces and there looks like there is initially a need for a PDD. I'd like to volunteer to take a stab at a first draft. I know it's not a high priority, but I feel it's something I can do. -Michel