[Python-Dev] Stackless Python - Pros and Cons (original) (raw)

Jeremy Hylton jeremy@beopen.com
Mon, 7 Aug 2000 09:05:20 -0400 (EDT)


"TP" == Tim Peters <timone@email.msn.com> writes:

TP> On the one hand, I don't think I know of a language not based TP> on Scheme that has call/cc (or a moral equivalent).

ML also has call/cc, at least the Concurrent ML variant.

Jeremy