aboutsummaryrefslogtreecommitdiffstats
path: root/devel/p5-CPS/pkg-descr
blob: 15d591350c8bb0334a7c32ce2c71f73b63570d7f (plain) (blame)
1
2
3
4
5
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.