Earlier quoted context omitted.
JS.js
https://github.com/jterrace/js.js/
Java Virtual Machine in pure Node.js
61–70 of 143 posts
Re: Java Virtual Machine in pure Node.js
#62Re: Java Virtual Machine in pure Node.js
#6318ms for calculating Fibonacci numbers from 1 to 10. This is definitily bringing JAVA back to the good old days of enterprise execution speeds. :-) Really cool proof of concept! I would really enjoy seeing more projects like this!
Re: Java Virtual Machine in pure Node.js
#64Mozilla has written pdf.js to replace Adobe's PDF plugin and shumway.js to replace Adobe's Flash plugin. When will we see a java.js that replaces Java applets on the web?
Re: Java Virtual Machine in pure Node.js
#65Re: Java Virtual Machine in pure Node.js
#66Re: Java Virtual Machine in pure Node.js
#67Now, my question is. WHY!? I might be crazy, but does anyone see a legitimate use for this?
Re: Java Virtual Machine in pure Node.js
#68Finally, I can run JRuby on my node server!
https://github.com/int3/doppio/wiki/Successes
> We're also making progress on others, but we're not quite there yet: JRuby, Clojure, Scala REPL
I think I just had a micro heart attack reading that.
Re: Java Virtual Machine in pure Node.js
#69What's the point of doing this, why not just use Mozilla Rhino?
Re: Java Virtual Machine in pure Node.js
#70You could even write one in Java (and I'm sure it's been done, many times). EDIT e.g. http://igormaznitsa.com/projects/mjvm/index.html
Of course, doing all the tricky JIT etc of the JVM is a different story...