Is there a compiler for Lua that compiles to JVM bytecode (and would thus be able to run on Google app engine)?
3 Answers
2 Comments
Nordic Mainframe
I believe they both don't compile to JVM bytecodes, which makes them a bit slow. IIRC luaj was around 4-5x slower than regular lua.
MegaTux
from luaj homepage: "unique direct lua-to-java-bytecode compiling"