in reply to Re^3: What Perl CAN'T do?
in thread What Perl CAN'T do?
While the specific items you need will never be on CPAN (because they're specific), you can definitely find a lot of glue code. When I write reporting apps, I reuse the following:
So, maybe the actual report doesn't reuse anything from CPAN, but everything around it does.
Also I would like to point out that the 10 to 1 productivity differences with Perl are relative to very low-level languages, like C. Even a language like Java closes a significant fraction of that gap. Plus I don't believe that Perl is significantly more productive than, say, Python or Ruby. (In fact I believe that Ruby is actually more productive than Perl!) However I'll also admit that it is hard to find many real-world examples of really long programs written in highly productive languages.
I agree with you, but Perl is definitely very productive. And, frankly, I'm trying to shift our main development to Ruby, so I agree with you on that, too. :-)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: What Perl CAN'T do?
by tilly (Archbishop) on Dec 16, 2005 at 00:14 UTC |