Perl vs Java II - Java Strikes Back

djberg96 on 2004-04-01T10:32:03

Recently gnat mentioned an article from James Turner on the problems with Java vis-a-vis Perl.

I found a rather vitriolic response here. Scroll down to "Why is James Turner such an arrogant prat?". My favorite quote:

Much of the code is a "morass of Factories" because that's what is required. Using the high level abstractions such as the JCE require that. For our provider to be conformant with the JDK JCE it is required. To get the code to work with the variety of implementations (especially things like IE, Mozilla, PGP, GPG) there needs to be higher levels of abstractions.

Uh, yeah. We of the Perl community (and virtually every other community) rest our case.


Then Java shoots itself in the foot

educated_foo on 2004-04-01T16:56:50

Compare: Java, Perl. I particularly like the comment in the Java version along the lines of "I didn't write the part that does the encryption, I just copied and pasted it from the docs."