On Sat, Sep 26, 2009 at 12:58:50PM -0400, Solomon Foster wrote: > Did you see the conversation I had with Moritz on the the similar > Complex problem on #perl6 yesterday?
Yes, I did see that. My suggestion at this point is for Rakudo to make its own Complex class in the setting (similar to what has been done for Rat), instead of attempting to inherit from Parrot's built-in Complex PMC. We can delegate some operations to Parrot's Complex PMC if that's more convenient, but it just feels as though having a pure p6 implementation of Complex will be a lot more useful and easier to maintain at this point. Pm