Invocable support for JSR223 bindings #67

Closed
opened 2020-05-02 20:36:29 +00:00 by LemmaEOF · 1 comment
LemmaEOF commented 2020-05-02 20:36:29 +00:00 (Migrated from github.com)

Currently, LuaJ's script engine implements Compilable but not Invocable, meaning Lua functions can't be called outside of the current engine script, which limits what you can do with it. I'm trying to wrap my head around the codebase, but I'm wondering if you have an idea of how difficult it would be to make it invocable with the current setup.

Currently, LuaJ's script engine implements `Compilable` but not `Invocable`, meaning Lua functions can't be called outside of the current engine script, which limits what you can do with it. I'm trying to wrap my head around the codebase, but I'm wondering if you have an idea of how difficult it would be to make it invocable with the current setup.

Implemented

Implemented
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: open-autonomous-connection/luaj#67