Jump to letter: [
ABCDEFGHIJKLMNOPRSTUVWXYZ
]
perl-CPS - Manage flow of control in Continuation-Passing Style
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. For more detail on CPS, see the SEE ALSO section.
Packages
Latest: perl-CPS-0.15-1.el6.fio.src.rpm
Name |
Epoch |
Version |
Release |
Arch |
Size |
Built |
perl-CPS |
0 |
0.15 |
1.el6.fio |
src |
45 KiB |
2012-06-27 04:51:28 |
Changelog:
- * 2012-06-27 - Lott Caskey <lottc[AT]fugitol[DOTCOM]> - 0.15-1
- Initial release.