I got a response from one of the authors of Core Java. I'd written to them to ask why their book implied that Perl wasn't a "real language" and what constituted a "real language" to them.
His reply hinged on two points:
So, as suspected, there was no logical argument. Just more FUD.
Oh, and if anyone's interested, I'm finding Java to be really frustrating.
Where? How? What's the most frustrating part?Oh, and if anyone's interested, I'm finding Java to be really frustrating.
The last time I looked at Java code, I was both amazed and frustrated at how much code it took to do so little. It's like the nature language demands that you create a class hierarchy at least three to four levels deep to do anything slightly more trivial than Hello, World.
Unfortunately, I haven't read much Java code, but given the size of the java-based projects I've seen, I'd say that it's more indicative of the language than the implementor's lack of skill...
Re:Frustrating Java
davorg on 2002-01-25T15:06:31
That's exactly it. If I wanted my code to be as verbose as that I'd write it in COBOL
:)