Search for a command to run...
A lightweight embeddable scripting language designed for efficiency and easy integration into host applications. Supports procedural, object-oriented, functional, and data-driven styles with dynamic typing, bytecode execution on a register-based virtual machine, and incremental garbage collection, making it well suited for configuration, scripting, and rapid prototyping.
Lua has been used in production by Adobe Photoshop Lightroom, World of Warcraft, Angry Birds, and the Ginga middleware for digital TV in Brazil. It is widely adopted as the leading scripting language in game development and runs on Unix, Windows, mobile devices, and embedded microprocessors. Maintained at PUC-Rio since 1993, Lua is distributed under the MIT license.
Key features:
Lua is commonly used for game scripting, plugin systems, and configuration in engines like Roblox, Love2D, and many commercial games. It is also used for embedded systems, image processing pipelines, network device configuration, and extending large C or C++ applications with user-facing scripting.