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.
I like Java... (Score:1)
I like it's approach to problems, even if it does get a bit wordy at times, and highly likely to give me RSI.
With a good tool like IDEA that does tons of auto-completion and magic, it's fairly tolerable though.
Reply to This
Re: (Score:2)
I've done more Java than Perl in recent times, and it's a lot more bearable with a decent IDE. I use Eclipse [eclipse.org], though IDEA [jetbrains.com] is supposed to be better. I've never figured out NetBeans [netbeans.org] (though the Ruby support in 6.0 means I'll have to take another look).
I'd also say that I find the new language features in Java 5 make a huge difference. I find having a proper foreach loop, enums, etc make it a much more pleasant programming experience.