Hacker News new | ask | show | jobs
by brianwawok 3484 days ago
It's like the bad parts of Java mixed with Python to get a little more perf
1 comments

Except it's nothing like that, it's like an interpreter framework written in Python with a reference implementation that happens to be a Python interpreter. Write your interpreter in RPython, use the right decorators and boom you have a compiled interpreter with a free JIT (with speeds that beat C in some workloads, apparently).

Pretty cool. Pretty unlike Java I think.

> Pretty unlike Java I think.

Time to learn about Graal, which will be partially integrated into Java 9.

https://wiki.openjdk.java.net/display/Graal/Publications+and...

Or JikesRVM for that matter, http://www.jikesrvm.org/