Hacker News new | ask | show | jobs
by dgb23 1558 days ago
Sophisticated garbage collection and JIT have a very high ceiling. The CLR and the JVM are incredible technologies.
1 comments

The thing I hate about the JVM is that I'm always trying to tune it. So many options and nobs to turn. With Go I just run execute the program, no tuning necessary.