News

Learn how to use Lua to collaborate with other modders in game modding. Discover how to set up, write, test, debug, share, and communicate with Lua.
This is not a Lua VM fork, so you can use it with any VM implementation written in any language (like LuaJ for Java). Has syntax sugar that Lua is missing: continue, try-catch, throw, bitwise ...
Learn about four debugging tools for Lua game development: the Lua debugger, the ZeroBrane Studio IDE, the Lua profiler, and the Lua lint. Improve your code quality and performance with these tools.
Installing Lua on Windows Lua is a powerful, fast, lightweight, embeddable scripting language. The Lua virtual machine and interpreter are written in C. As a language, Lua is easy to learn. It ...