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.
call/cc (Score:1)
Re:call/cc (Score:1)
They aren't necessary if you have the precise set of control structures that you really need built into your language. That's slightly different from what you said.
As for the Nickclarkulator's second question, Larry's put in a fair bit of work to make sure that it's possible to host a Perl 6 implementation without exposing continuations. Part of that may have been the desire to get Perl 6 running on the Perl 5 VM in a reasonably efficient way (though Simon and I figured out how to support continuations there at YAPC::2006).
Reply to This
Parent
Re: (Score:1)
Wait, does that mean PerlŠ6 itself does not have continuations?
Re: (Score:1)
I think (and Larry's really the one to ask here) that the goal is to support as much of the specification tests as possible without requiring continuations. They're still in the language though.