Please create an account to participate in the Slashdot moderation system

 



Forgot your password?
typodupeerror
×
Java Oracle Programming

Oracle Proposes New Native JavaScript Engine for OpenJDK 80

hypnosec writes "Oracle has proposed a new project for OpenJDK — Nashorn, which aims to implement a high-performance yet lightweight JavaScript runtime that would run on the JVM natively. Nashorn will be headed by Jim Laskey, multi-language Lead at Oracle and the project will be sponsored by HotSpot group. The project proposes an implementation of JavaScript such that it can run standalone JavaScript applications via the JSR 223 APIs. Nashorn's design will enable it to take advantage of new JVM technologies like the MethodHandles and the InvokeDynamic APIs."
This discussion has been archived. No new comments can be posted.

Oracle Proposes New Native JavaScript Engine for OpenJDK

Comments Filter:
  • by glwtta ( 532858 ) on Monday November 26, 2012 @08:27PM (#42100307) Homepage
    We're stuck with JavaScript in webapps (where there are plenty of excellent implementations already), but the JVM has little to do with that.

    If they just want a native general purpose scripting language for the JVM, then JS seems like a terrible choice.

    At least, the work that goes into this project should benefit other dynamic languages on the JVM as well.
  • by M. Baranczak ( 726671 ) on Monday November 26, 2012 @09:52PM (#42101159)

    Rhino has been a part of the default Java distro since long before v8.

    What I'd like to know is, how does this thing improve on Rhino? And can parts of it be reused in scripting engines for other languages? The article is pretty light on details.

Those who can, do; those who can't, write. Those who can't write work for the Bell Labs Record.

Working...