Lenard Lindstrom wrote: > On 14 Dec 2006 at 7:48, Armin Rigo wrote: ... > Thanks for the explanation. I find that "Stackless" is still > associated with Scheme like continuations and unlimited recursion > [1]. But yes, the PyPy documentation clearly states that "Stackless" > means greenlets, coroutines and tasklets at the application level.
Well, I should try to update that page. While it is still true, the basic machinery can support continuations, and infinite recursion was available in every Stackless. The "tamed" continuations which are greenlets, coroutines or tasklets seem to be what is much more acceptable for the users. ciao - chris -- Christian Tismer :^) <mailto:[EMAIL PROTECTED]> tismerysoft GmbH : Have a break! Take a ride on Python's Johannes-Niemeyer-Weg 9A : *Starship* http://starship.python.net/ 14109 Berlin : PGP key -> http://wwwkeys.pgp.net/ work +49 30 802 86 56 mobile +49 177 402 25 57 fax +49 30 80 90 57 05 PGP 0x57F3BF04 9064 F4E1 D754 C2FF 1619 305B C09C 5A3B 57F3 BF04 where do you want to jump today? http://www.stackless.com/ _______________________________________________ [email protected] http://codespeak.net/mailman/listinfo/pypy-dev
