mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
8 lines
375 B
Plaintext
8 lines
375 B
Plaintext
|
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/
|