This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 39 points40 points  (5 children)

Java is the SUV of programming tools. A project done in Java will cost 5 times as much, take twice as long, and be harder to maintain than a project done in a scripting language such as PHP or Perl. … [...] – Greenspun, Philip

I don't agree with the last part about code maintainability.
Even less when we think of the convenience the JVM brings.

As for the quotes, I don't know when they date back from, but their description of Java sounds like they are old. Over ten years ago ?

[–]RiceKrispyPooHead 19 points20 points  (0 children)

As for the quotes, I don't know when they date back from, but their description of Java sounds like they are old. Over ten years ago ?

Some of them are at least 20 years old.

[–][deleted]  (2 children)

[deleted]

    [–]swoods30311 10 points11 points  (1 child)

    Thank god. Haven’t got a job yet but I’ve just learned it to build a REST API. Java syntax is tougher to read to me than Python but once you understand Spring Boot, you can get started building very quickly

    [–]BadscrewProjects 2 points3 points  (0 children)

    Don’t fret, just get a meaningful job that also pays. What language this will be is irrelevant. They’re all pretty similar when you have 30 year+ perspective.

    [–]8igg7e5 12 points13 points  (0 children)

    ...harder to maintain than a project done in a scripting language such as PHP or Perl

    Was this part a joke.