Ovid wrote:
An individual Perl programmer can generate bad code so fast that there might be a lot of damage to undo, but the same programmer working in Java will have certain classes of damage that are difficult to have
Someone once said:
Perl is great for great programmers Java is great for average programmersActually, that was me saying that but I was quoting someone :)
That I knew Java much better. While I've heard before that there are certain classes of problems that Java tends to eliminate, I don't know much about them. Certainly compile-time exceptions help. Disallowing multiple inheritence might be a benefit as would the cleaner OO model (can't diddle the fiddly bits on the inside of the object). Other than that, I'm not sure. I'm going to have to dig into this more.