lContinuations can be used to program
–Exception
handling, stack unwinding code, coroutines,
threads, backtracking, etc.
–No
other special features are needed
lBecause they are first-class data values, they are very powerful in Scheme
–But
they can be confusing