
Originally Posted by
Rimbo
If you have good engineers, it doesn't much matter what language they use; they could make BASIC work well. The problems with Java and Perl largely are what you get when you have to deal with something badly-engineered.
The main problem I have with Java is that its class hierarchies seem to be singularly inflexible, that there's little way to do anything quickly in it. As a result, doing anything in Java ends up being more expensive for what you get than the same work in another language.