Another Lua implementation in Java.
- Compiles lua to Java bytecode which executes directly in the JVM
- JNI bindings so that C code written for lua will work
- Supports JSR 223: Scripting for the Java Platform
- Discuss lua4j at http://groups.google.com/group/lua4j
- Learn even more at http://wiki.github.com/maguro/lua4j/
- Check out code at http://github.com/maguro/lua4j/