mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
6757301edf
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
8 lines
218 B
Plaintext
8 lines
218 B
Plaintext
%%SITE_PERL%%/CPS.pm
|
|
%%SITE_PERL%%/CPS/Functional.pm
|
|
%%SITE_PERL%%/CPS/Governor.pm
|
|
%%SITE_PERL%%/CPS/Governor/Deferred.pm
|
|
%%SITE_PERL%%/CPS/Governor/Simple.pm
|
|
@dirrm %%SITE_PERL%%/CPS/Governor
|
|
@dirrm %%SITE_PERL%%/CPS
|