perl-CPS - CPS Perl module
Website: | http://search.cpan.org/dist/CPS/ |
---|---|
License: | GPL+ or Artistic |
- Description:
OVERVIEW 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
perl-CPS-0.18-6m.mo8.noarch [48 KiB] |
Changelog
by NARITA Koichi (2014-06-29):
- (0.18-6m) - rebuild against perl-5.20.0 |