Nashorn
A fork of Oracle's EcmaScript 5.1 engine Nashorn, compatible with Java 7
Install / Use
/learn @ynsn/NashornREADME
Nashorn 
<b><a href="https://github.com/exstar/nashorn/releases/tag/v1.0">A binary download is available for v1.0</a></b>
This repository is a fork of Oracles Nashorn engine (specifies EcmaScript 5.1 / comes with Java 8 / JDK8, accessible via JSR223). Unlike the original engine, this version is able to run on Java 7 / JDK7. The original backport is done by <a href="https://bitbucket.org/ramonza/nashorn-backport">Ramonza</a>. It is released under the GPLv2.
<b>Build using Gradlew:</b>
$ sh gradlew # *nix
$ gradlew.bat # Windows
A Maven repository is coming...
