Definitions | continuation passing style |
| idiom - (complang) 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.
Supplemental Details:Sponsor an extended definition for continuation passing style for as little as $10 per month. Click here to contact us.
| |
|