Luaj is a lightweight, fast, Java-centric Lua interpreter written for J2ME and J2SE, with libraries for basic, package, string, table, math, io, os, debug and coroutine packages, a compiler, luajava bindings, and JSR-233 pluggable scripting engine bindings.
Requirements:
· Java
What's New in This Release: [ read full changelog ]
· Fix for tables with all of combination of array part, holes, and double keys. Double hash value will now match int hash value if double is actually an int. Fix to double hash code when fractions are present. Normalize doubles to integers more often.