Invocable support for JSR223 bindings #67
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Currently, LuaJ's script engine implements
Compilablebut notInvocable, 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