6757301edf
programs, or parts of them, in Continuation Passing Style (CPS). Briefly, CPS is a style of writing code where the normal call/return mechanism is replaced by explicit "continuations", values passed in to functions which they should invoke, to implement return behaviour. WWW: http://search.cpan.org/dist/CPS/ Approved by: sahil@/wen@ (mentors, implicit) Feature safe: yes
7 lines
375 B
Text
7 lines
375 B
Text
The functions in this module implement or assist the writing of
|
|
programs, or parts of them, in Continuation Passing Style (CPS).
|
|
Briefly, CPS is a style of writing code where the normal call/return
|
|
mechanism is replaced by explicit "continuations", values passed in
|
|
to functions which they should invoke, to implement return behaviour.
|
|
|
|
WWW: http://search.cpan.org/dist/CPS/
|