typesafehub / js-engine

A JavaScript Engine Library - provides an abstract of a means to execute JavaScript code where no browser is involved.
Other
72 stars 20 forks source link

Implement an Engine based on the javax.script API #24

Closed tgambet closed 10 years ago

tgambet commented 10 years ago

Per comment by @huntc on #20.

The idea is to have an engine compatible with Nashorn but using only javax.script API so that it can fallback to Rhino for JDKs <8.

huntc commented 10 years ago

Closing given issue #25

tgambet commented 10 years ago

I had not realized a PR was a ticket in its own right, my bad.

huntc commented 10 years ago

Yeah - even better - if you are the own of an issue then you can use's github's hub cli tool to morph the issue into a PR. :-)