Lecture overview -- Keyboard shortcut: 'u'  Previous page: Continuations [Section] -- Keyboard shortcut: 'p'  Next page: The catch and throw idea -- Keyboard shortcut: 'n'  Lecture notes - all slides together  Annotated slide -- Keyboard shortcut: 't'  Alphabetic index  Help page about these notes  Course home    Simulation of other Paradigms and Continuations - slide 22 : 43

Introduction and motivation

It is sometimes necessary to escape from a deep expression, for instance in an exceptional case

We are interested in a primitive which allows us to control the remaining part of a calculation - a so-called continuation.

Scheme supports first class continuations dressed as functions