Hacker News new | ask | show | jobs
by dragonwriter 1849 days ago
> I remember about 10 years ago the promise was that JRuby was going to let ruby be basically as fast as Java

I’m pretty sure it was more than 10 years ago that Charles Nutter wrote a detailed description of why that wasn’t going to happen without breaking compatibility with Ruby, identifying the specific language features preventing that.

1 comments

The Truffle based implementations of dynamic languages get close depending on what you’re benchmarking.

https://stefan-marr.de/papers/dls-marr-et-al-cross-language-...