bn:03621222n
Noun Concept
Categories: Continuations, Functional programming, All articles with style issues, Implementation of functional programming languages, Articles with example Scheme code
EN
continuation-passing style  continuation-passing  continuation passing  continuation passing style  CPS
EN
In functional programming, continuation-passing style is a style of programming in which control is passed explicitly in the form of a continuation. Wikipedia
Definitions
Relations
Sources
EN
In functional programming, continuation-passing style is a style of programming in which control is passed explicitly in the form of a continuation. Wikipedia
A programming technique Wikipedia Disambiguation
programming style Wikidata
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. Wiktionary