Version 4 of continuation

Updated 2005-04-17 21:59:35 by dkf

Abstractly, a continuation is a representation of the state of an execution, and especially its "execution stack" [L1 ].

There's a delightful article explaining continuations at [L2 ].

DKF 17-Apr-2005: Interesting. I just wish it was easy to apply in Tcl, but our openness to extension, especially by C libraries, makes this very tricky indeed.


Category Concept