[ https://issues.apache.org/jira/browse/POLYGENE-29?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15962306#comment-15962306 ]
Niclas Hedhman edited comment on POLYGENE-29 at 4/9/17 11:45 PM: ----------------------------------------------------------------- There are now many languages supported by Java Scripting API (javax.script) and this issue is addressing Mixin method implementations in other languages. The requirement is that the language supports {code}((Invocable) scriptEngine).invokeFunction(functionName, arguments){code} and declarations of functions for that. was (Author: niclas): There are now many languages supported by Java Scripting API (javax.script) and this issue is addressing Mixin method implementations in other languages. The requirement is that the language supports {code}((Invocable) scriptEngine).invokeFunction{code} and declarations of functions for that. > Move the Javascript library from rhino to nashorn > ------------------------------------------------- > > Key: POLYGENE-29 > URL: https://issues.apache.org/jira/browse/POLYGENE-29 > Project: Polygene > Issue Type: Improvement > Reporter: Paul Merlin > Labels: java8, javascript, library > Fix For: 3.0 > > > Java 8 comes with a modern javascript engine called {{nashorn}}. > We should move the {{javascript}} library from {{rhino}} to {{nashorn}}. -- This message was sent by Atlassian JIRA (v6.3.15#6346)