Lua

Lightweight, embeddable scripting language.

Lua script

Lua is a lightweight, embeddable scripting language known for its speed and simplicity. Often used as an extension language in applications, game development (e.g., Roblox), and embedded systems, it features a clean syntax, powerful metatable system for object-oriented programming, and efficient execution.

Built by Tim Jones