views:

129

answers:

1

Is there a compiler for Lua that compiles to JVM bytecode (and would thus be able to run on Google app engine)?

+1  A: 

I know of two lua vms for the jvm

http://sourceforge.net/projects/luaj/

and

http://code.google.com/p/kahlua/

Nikolaus Gradwohl
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.
Luther Blissett