Luaj
Description
Lightweight, fast, Java-centric Lua interpreter written for JME and JSE, with string, table, package, math, io, os, debug, coroutine & luajava libraries, JSR-223 bindings, all metatags, weak tables and unique direct lua-to-java-bytecode compiling.
Luaj Web SiteUser Ratings
User Reviews
-
luaj is fast and stable
-
The Luaj API saved the day!!! My sincerest appreciations! I am using it successfully for my game engines 'Void Mobile' scripting layer.
-
Using LuaJ, I can conveniently create a wrapper for the popular up-and-coming game, Minecraft!
-
Lua is my fav scripting language ;)
-
I'm currently using LuaJ in my IntelliJ IDEA plugin as the default syntax checker, its proven to be quite simple to integrate.
-
I've used LuaJ in my master degree project to integrate description files written in Lua in a Java program that needs load the contents stored in Lua tables. The LuaJ is simpler to use than LuaJava (LuaJava use a JNI Lua binding approach). The only question is: why is LuaJ not listed in http://scripting.dev.java.net ?? :-) Thanks so much LuaJ developers for this nice tool !!