aboutsummaryrefslogtreecommitdiffstats
path: root/devel/p5-CPS/pkg-descr
blob: 5631b40f90ce006b168c8ec130670f14bc663485 (plain) (blame)
1
2
3
4
5
6
7
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: https://metacpan.org/release/CPS