The fundamental concept of continuations

Alex Martelli aleax at mac.com
Sat Oct 13 19:14:56 EDT 2007


Matthias Benkard <mulkiatsch at gmail.com> wrote:

> continuations.  There used to be a project called Stackless Python that
> tried to add continuations to Python, but as far as I know, it has always
> been separate from the official Python interpreter.  I don't know whether
> it's still alive.  You may want to check http://stackless.com/

Alive and well, but it has removed continuations (which were indeed in
early versions, as per the paper at
<http://www.stackless.com/spcpaper.htm>).


Alex



More information about the Python-list mailing list