Lambda the Ultimate

inactiveTopic Implementation Strategies for Continuations
started 3/11/2002; 4:37:09 AM - last post 3/11/2002; 4:37:09 AM
Ehud Lamm - Implementation Strategies for Continuations  blueArrow
3/11/2002; 4:37:09 AM (reads: 1897, responses: 0)
Implementation Strategies for Continuations
Will Clinger, Anne Hartheimer, Eric Ost. Implementation strategies for continuations. Proceedings of the 1988 ACM conference on LISP and functional programming.

Scheme and Smalltalk continuations may have unlimited extent. This means that a purely stack-based implementation of continuations, as suffices for most languages, is inadequate. Several implementation strategies have been described in the literature. Determining which is best reuqires knowledge of the kinds of programs that will commonly be run.

I found this through the LL1 discussion list which is mostly dead by now. This message gives more details as to the origin of the paper.

This paper may help make the quite abstract concept of continuations more concrete - since it describes implementation techniques. It also touches on how continuations are used in practice.


Posted to implementation by Ehud Lamm on 3/11/02; 4:43:48 AM