-
The Programming Language Lua
Official website of the Lua language
-
Lua: download
Tools
The main repository of Lua modules is
LuaRocks.
See also
Awesome Lua.
Pre-compiled Lua libraries and executables are available at
LuaBinaries.
The
lua-users wiki
lists many
user-contributed add...
-
Lua: reference manuals
Reference manuals
The official definition of the Lua language is its reference manual,
which describes the syntax and the semantics of Lua,
the standard libraries, and the C API.
For a detailed i...
-
Lua: documentation
Technical documentation
For more technical information,
see the Frequently Asked Questions (FAQ)
and some old
seminar slides.
For detailed technical information on specific topics,
see our old series...
-
Lua: getting started
Getting started
Welcome!
Lua is a powerful and fast programming language
that is easy to learn and use and to embed into your application.
Lua is designed to be a lightweight embeddable scripting...
-
Lua: about
About
What is Lua?
Lua is a powerful, efficient, lightweight, embeddable scripting language.
It supports
procedural programming,
object-oriented programming,
functional programming,
data-driven prog...