Live data from Hacker News

Java Virtual Machine in pure Node.js

github.com

51–60 of 143 posts

Re: Java Virtual Machine in pure Node.js

#56
post #11

Earlier quoted context omitted.

THE HORROR

Hey, if you want your precious node back, you can then just run Rhino on the JVM on the node.

Why not just use the javascript x86 emulator that somebody posted to boot an OS? Then you can run the Hotspot JVM, v8, ad infinitum. Piece of cake.

Re: Java Virtual Machine in pure Node.js

#60
post #5

Would be interested in seeing a JVM written in Go.

I think that the other way round, Go on the JVM, might be nice. It could actually be faster than native Go; Go function dispatch might benefit from the HotSpot JIT inlining optimizations.
Post reply on HN