Manage flow of control in Continuation-Passing Style Maintained by:culot@FreeBSD.org Port Added: 05 Feb 2011 12:35:01 Also Listed In:perl5 License: ART10 GPLv1
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/
- Replace ../../authors in MASTER_SITE_SUBDIR with CPAN:CPANID macro.
See http://wiki.freebsd.org/Perl for details.
- Change maintainership from ports@ to perl@ for ports in this changeset.
- Remove MD5 checksum
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/
Approved by: sahil@/wen@ (mentors, implicit)
Feature safe: yes