訳文 Mattias Felleisen, Amr Sabry 「 Continuations in Programming Practice: Introduction and Survey 」 だいたい次のような内容。 継続とスタックの関係を述べた後、 いくつかの計算モデルで継続がどう表現されるかを説明する。 その後、色々な制御オペレータを継続を使って説明し、 call-with-current-continuationを導入し 継続を使ったプログラム例を示す。 David Ungar, Randall B. Smith 「 SELF: The Power of Simplicity 」 Joel Mose 「 The Function of FUNCTION in LISP or Why the FUNARG Problem Should be Called the Environ