Hacker News new | ask | show | jobs
by chrisseaton 1735 days ago
For Java, yes. They're working on JavaScript and Ruby etc, but not sure it's quite there yet.
1 comments

They already have GraalJS which is afaik up-to-date with the EcmaScript spec and has insane throughput (on long-running tasks it has comparable speed to V8, with a much much smaller team behind it) - it can AOT compile said code as well, but I’m not sure about the performance characteristics of that.