Hi!
I would like to use some Lua scripts, they are frequently updated and it would be difficult to port them to Java and update them each time they are modified. I need a pure Java implementation of Lua (not LuaJava as I want to avoid native dependencies), I’m looking at Luaj and Jillcode. What should I use for my purpose?