0%

ALL meanings of continuation passing style

C c
  • noun Technical meaning of continuation passing style (language)   (CPS) An intermediate language for Scheme that implements continuation passing style. The CPS language is semantically clean and is used for the SML/NJ compiler. 1
  • noun Definition of continuation passing style in Technology (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 continuation passing style (programming) Alternative spelling of continuation-passing style. 0
Was this page helpful?
Yes No
Thank you for your feedback! Tell your friends about this page
Tell us why?