A lightweight scripting language commonly embedded in games and applications.
This resource by Tyler Neylon provides a comprehensive, beginner-friendly introduction to the Lua programming language. It covers essential concepts and helps learners get started with Lua, offering clear explanations and practical examples. Perfect for those new to programming or those looking to explore Lua.
The first, official, online version of the book by Roberto Ierusalimschy, the chief architect of Lua.
OpenResty is a powerful web platform based on NGINX and Lua, primarily used for web applications, APIs, and microservices.
The official reference documentation, which covers Lua's syntax, functions, and libraries
A list for discussing the Lua programming language, its uses, and its implementation.
The primary site for downloading Lua, accessing documentation, and learning more about the language.
LuaJIT is a Just-In-Time (JIT) compiler for the Lua programming language that enhances performance and can be used in a variety of applications.
Luau is a fast, small, safe, gradually typed embeddable scripting language derived from Lua.