What's new? | Help | Directory | Sign in
Google
kahlua
a Lua Virtual Machine for Java
  
  
  
  
    
License: MIT License
Join project
Project owners:
  kristofer.karlsson
Project members:
bogusandre, per.malmen

About

The target platform for Kahlua is J2ME (CLDC 1.1), which is commonly included in mobile phones. Everything in CLDC 1.1 is also included in standard Java so this run in most Java environments.

Goals

The Kahlua project has the following goals (in no particular order):

License

Kahlua is distributed under the MIT licence which is the same as standard Lua which means you can pretty much use it in any way you want. However, I would very much appreciate bug reports, bug fixes, optimizations or simply any good idea that might improve Kahlua.

Project plan

The next thing I want to add to Kahlua is coroutines. I am still not sure exactly how to implement this, and I suspect it might require some modification of the main vm loop.

Contact me

My email address is kristofer.karlsson@gmail.com All feedback is appreciated!