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.
No continuations? (Score:1)
Reply to This
Re: (Score:1)
Well but I've only recently started looking into Continuations in Perl, and that's after working in the language paid-full-time for 7 years. They're very slick and very cool, but not required to make working code that pays the bills and keeps the lights on.
As for half of CPAN not working, I'm fairly certain more than Half of CPAN is not XS code. I bet in the Ruby world more than half their Gems don't use the C-API. All of that will run perfectly well. Besides it is early in their language's life-cycle. I'
Re: (Score:1)
You're right that not half of CPAN uses XS, but I bet at least half of CPAN relies on some module that does, of one of it's many dependencies does.
It would also pretty much eliminate the whole mod_perl/Apache world with it's stability and maturity.
Re: (Score:1)
Are you confusing continuations with closures?
Re: (Score:1)