Slide 19
Slide 19 text
Nashorn
Nashorn
JavaScript Enginge on the JVM
based on invokedynamic feature
competes with Google V8
ECMAScript 5.1 compatible (ES6/ES2015 with Java 9)
Seamless interoperability of Java and JavaScript
Shell Scripting
Language and API Extensions
http://openjdk.java.net/projects/nashorn/
closures, collections & for each, multi-line string literals, string interpolation, __noSuchProperty__,
__noSuchMethod__, typed arrays, binding properties, error extensions, conditional catch clause,
String functions, and many, many more...