
The Programming Language Lua
Official website of the Lua language. about; news; get started; download; documentation; community; site map
Getting started - Lua
Lua is designed to be a lightweight embeddable scripting language. It is used for all sorts of applications, from games to web applications and image processing. See the about page for a …
Lua 5.3 Reference Manual - contents
Lua 5.3 Reference Manual The reference manual is the official definition of the Lua language. For a complete introduction to Lua programming, see the book Programming in Lua.
About - Lua
Lua has been used in many industrial applications (e.g., Adobe's Photoshop Lightroom), with an emphasis on embedded systems (e.g., the Ginga middleware for digital TV in Brazil) and …
Programming in Lua : 1
Nevertheless, Lua is still the same language; most things that we will see here are valid regardless of how you are using Lua. For a start, we recommend that you use the stand-alone …
Download - Lua
Lua is implemented in pure ANSI C and compiles unmodified in all platforms that have an ANSI C compiler. Lua also compiles cleanly as C++. Lua is very easy to build and install.
Documentation - Lua
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. The reference manuals for all …
Lua: reference manuals
Apr 10, 2024 · 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 …
Lua 5.1 Reference Manual - contents
May 5, 2021 · The reference manual is the official definition of the Lua language. For a complete introduction to Lua programming, see the book Programming in Lua . This manual is also …
Lua 5.1 Reference Manual
The Lua distribution includes a sample host program called lua, which uses the Lua library to offer a complete, stand-alone Lua interpreter. Lua is free software, and is provided as usual with no …