logoalt Hacker News

andriy_kovalyesterday at 6:33 PM1 replyview on HN

it doesn't mean Java is optimal or close to optimal choice. Amount of extra effort they do to achieve goals could be significant.


Replies

jcgrilloyesterday at 8:12 PM

Optimal in what sense? In the java shops I've worked at it's usually viewed as a pretty optimal situation to have everything in one language. This makes code reuse, packaging, deployment, etc much simpler.

In terms of speed, memory usage, runtime characteristics... sure there are better options. But if java is good enough, or can be made good enough by writing the code correctly, why add another toolchain?

show 1 reply