Joshua N Pritikin wrote:
> http://www.oreillynet.com/pub/a/python/2000/10/04/stackless-intro.html

That talks about moving from the C stack to a frame stack, continuations,
co-routines and microthreads. None of it made much sense. (Choosing
continuations as the basis of the system would be very Scheme-ish, but
not very fast...)

Anybody have any good summaries about what Stackless Python really is?

- Ken

Reply via email to