I'm looking at Stackless Python for a university master degree research to develop new language features for concurrent programming. I think, when googling that I found somewhere that new development should be done on PyPy instead of Stackless. Am I right? Is Stackless still actively developped? I tried to run PyPy on all my computers and the interpreted version is too slow for any concrete development and I don't have enough memory to translate it into a compiled version... This is why I'm eyeing Stackless that compiles and runs really fast and is fast. What should I do?
Thanks -- Gabriel Lavoie [EMAIL PROTECTED]
_______________________________________________ Stackless mailing list [email protected] http://www.stackless.com/mailman/listinfo/stackless
