0%

ALL meanings of continuations

C c
  • abbreviation Technical meaning of CONTINUATIONS continuation passing style 3
  • noun continuations Plural form of continuation. 1
  • noun Technical meaning of continuations (programming)   (CPS) A style of programming in which every user function f takes an extra argument c known as a "continuation". Whenever f would normally return a result r to its caller, it instead returns the result of applying the continuation to r. The continuation thus represents the whole of the rest of the computation. Some examples: 1
  • noun continuations plural of continuation. 0
Was this page helpful?
Yes No
Thank you for your feedback! Tell your friends about this page
Tell us why?