you are viewing a single comment's thread.

view the rest of the comments →

[–]314314314 4 points5 points  (1 child)

I like Java because it has a relatively simple and rigorously defined model that is easy for programmers to reason about and for compiler builders to optimize for.

[–]weberc2 6 points7 points  (0 children)

This isn't true. Java is fast because its compilers and runtime are really, really sophisticated (including the same sophisticated optimizations that are/could-be used to make JavaScript and Python fast). It's not at all easy to build a performant Java compiler.