NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
PIR continuations (Score:1)
Re: (Score:1)
I dunno. I just want to do indecent things with them. Nothing specific.
Actually, the one specific use that comes to mind is for GGE, my PGE port. PGE uses coroutines and continuations quite liberally, and so far in GGE, I've emulated continuations by building my own call stack and lexical pads. Maybe I could get away with making a few PIR detours for continuations instead.