Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | The functions in this module implement or assist the writing of | Frederic Culot | 2011-02-05 | 4 | -0/+42 |
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 Notes: svn path=/head/; revision=268677 |