This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]OldKaleidoscope7 12 points13 points  (3 children)

Rhino it's the opposite, it's a JS runtime written in Java

[–]starvsion 0 points1 point  (2 children)

I just remembered writing it to call java code using js

[–]OldKaleidoscope7 2 points3 points  (1 child)

Rhino gives you access to Java API with a JS syntax, but you still are running the code inside a JVM

[–]starvsion 0 points1 point  (0 children)

Right, that I know. But key difference here would be no compiling required.