Continuation

From HaskellWiki
Revision as of 14:20, 24 May 2006 by EndreyMark (talk | contribs) (Link directly to the referred-to section in David Madore's call/cc homepage)
Jump to navigation Jump to search

General or introductory materials

Powerful metaphors, images

  • “In computing, a continuation is a representation of the execution state of a program (for example, the call stack) at a certain point in time” (Wikipedia's Continuation).
  • “Continuations represent the future of a computation, as a function from an intermediate result to the final result“ (Continuation monad section in Jeff Newbern's All About Monads)
  • “At its heart, call/cc is something like the goto instruction (or rather, like a label for a goto instruction); but a Grand High Exalted goto instruction... The point about call/cc is that it is not a static (lexical) goto instruction but a dynamic one“ (David Madore's A page about call/cc)

Links

Continuation monad