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.
perl feels fine to me (Score:2)
I have yet to have a 'shit, if perl6 was here I could get this done so much quicker/easier/better' moment. If we really needed perl 6 sooner, more people would be jumping in to ensure the bits they needed were included and done.
The only things I want from perl can be implemented in the CPAN space - things like PPI and PAR are what I hope to see in the 'next generation' of perl along with
@JAPH = qw(Hacker Perl Another Just);
print reverse @JAPH;
Re:perl feels fine to me (Score:1)
If you want to work on the corresponding C/C++/perl versions of an ASF project there's nothing stopping you from volunteering, and that's what it takes to get things done in Apache land. It's not like the ASF goes out and pays people to work on Java projects, the only money involved, as far as I can tell, is for maintaining infrastructure (the machines involved in hosting web sites, CVS/Subversion repositories, mailing lists, etc), and those resources are just as available for the ASF projects based on C/C++/perl as they are for the ones based on Java.
Just saying "I wish they would pay more attention to perl" isn't likely to change anything.
Reply to This
Parent
Re:perl feels fine to me (Score:2)
In that case, yes, we will have to fill the gap ourselves.
@JAPH = qw(Hacker Perl Another Just);
print reverse @JAPH;