Lambda the Ultimate

inactiveTopic Continuations Made Simple and Illustrated
started 5/19/2002; 2:36:41 PM - last post 5/19/2002; 2:36:41 PM
Ehud Lamm - Continuations Made Simple and Illustrated  blueArrow
5/19/2002; 2:36:41 PM (reads: 569, responses: 0)
Continuations Made Simple and Illustrated
(via e713)

An introduction to continuations using Python.

Starts by showing code in CPS, and only then talks about capturing the current continuation. Since call/cc is quite confusing, this seems like a good approach.


Posted to general by Ehud Lamm on 5/19/02; 2:39:27 PM