MunVM (or "Mun") is a cross-platform Lua runtime akin to nodejs. It boasts efficient (rigorous optimization process) JIT-compiled machine code.
- Cross Platform (Supports x86_64 only currently)
- Minimal Size
- JIT Compiled Code (Needs more optimization passes and various other things to make it feature complete)
- Managed Memory (Needs new garbage collector)
TOOD: Write installation process
After installing Mun all you have to do is write some Lua code. Mun plans to support the most recent Lua specificatio.
- Clone the repository
git clone [email protected]:MunVM/MunVM.git
- Branch
git checkout -b new-feature
- Commit changes
git commit -am "Add new-feature"
- Push and submit a PR
git push origin new-feature
s0cks - Project Lead
The Dart Team - Great learning tool for developing Mun
LabLua - For maintaining Lua
Mun is licensed as MIT a full overview of the license can be found here