LuaLiftoff

LuaLiftoff is a Lua interpreter currently in development. It includes a JIT compiler to run Lua scripts as fast as possible. Furthermore, it is written in Lua to allow Lua developers to contribute to the project.

Speed

With the included JIT compiler the Lua code will be comipled to native code and run faster then ever before.

See benchmarks

Drop In

LuaLiftoff implements the Lua API allowing for an easy drop-in replacement of the Lua library.

Get latest release

Contribute

The project is fully written in Lua with the hope that all Lua developers can help and play with this project.

Help us develop