summaryrefslogtreecommitdiff
path: root/devel/p5-CPS (follow)
Commit message (Collapse)AuthorAgeFilesLines
* The functions in this module implement or assist the writing ofFrederic Culot2011-02-054-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