📝Continuation is goto

Continuation is basically a goto statement. It allows arbitrary jump, multiple re-entries, non-returning functions, multiple returns, etc.

Continuations might be a good primitive for compilation, but might be too powerful in the hands of the programmer.

See also:

Backlinks