Here is a current snapshot of some non-working cod...
# getting-started
d
Here is a current snapshot of some non-working code I was in the middle of:
Copy code
object JsEngine {
    companion object engine: ScriptEngine = NashornScriptEngineFactory().getScriptEngine("-strict=true", "--optimistic-types=true", "--language=es6",
    "-timezone=UTC")
    val js: Invocable = engine as Invocable
}