
The Programming Language Lua
Lua 5.4.7 released Lua Programming Gems freely available Lua Workshop 2023 held in Rio de Janeiro Building a Programming Language course Mailing list moved
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 detailed description of Lua and some reasons why you should choose Lua. See what Lua programs look and feel like in the live demo. Learning
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.
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 versions of Lua are available online in English. Some are available in …
Lua: reference manuals
2024年4月10日 · 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 introduction to the practice of Lua programming, see the book Programming in Lua, also available as an e-book. Current version
Programming in Lua : 3.2
Lua provides the following relational operators: < > <= >= == ~= All these operators always result in true or false. The operator == tests for equality; the operator ~= is the negation of equality. We can apply both operators to any two values. If the values have different types, Lua considers them different values. Otherwise, Lua compares them ...
Lua 5.1 Reference Manual
Lua is an extension programming language designed to support general procedural programming with data description facilities. It also offers good support for object-oriented programming, functional programming, and data-driven programming. Lua is intended to be used as a powerful, light-weight scripting language for any program that needs one.
Lua: FAQ
2025年3月11日 · Here are answers to some frequently asked questions about Lua. For an introduction to what Lua is, see this summary or learn how to get started with Lua. For programming questions, see the community-maintained LuaFaq and also the much longer uFAQ. 1 – Distribution. 1.1 – What do I need to build Lua?
Lua 5.1 Reference Manual - contents
2021年5月5日 · Lua 5.1 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 .