13

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

3 Answers 3

6

I know of two lua vms for the jvm

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

and

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

Sign up to request clarification or add additional context in comments.

2 Comments

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.
from luaj homepage: "unique direct lua-to-java-bytecode compiling"
0

Check out aelua, it's a Lua web framework compatible with AppEngine.

Comments

0

Check out Rembulan, implementation of Lua 5.3 for JVM.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.