Hacker News new | ask | show | jobs
Scala can be faster than Java (jto.github.io)
18 points by skaalf 4389 days ago
2 comments

The title is a bit of a troll. A good Scala developer will often be able to write Scala code that outperforms similar Java code. I agree with the gist of it however, that the performance is simply comparable and therefore irrelevant to the choice between the two languages.
The compiler is much slower, though.
And the IDE support is far worse too.