About 400 results
Open links in new tab
  1. The Programming Language Lua

    Official website of the Lua language about news get started download documentation community site map português designed and developed at

  2. Lua: getting started

    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 language.

  3. Lua: download

    You can help to support the Lua project by buying a book published by Lua.org and by making a donation. You can also help to spread the word about Lua by buying Lua products at Zazzle.

  4. Lua: documentation

    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.

  5. Lua: about

    Lua is a powerful, efficient, lightweight, embeddable scripting language. It supports several programming styles: procedural, object-oriented, functional, data-driven, and data description.

  6. 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.

  7. 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.

  8. 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 …

  9. Programming in Lua : 3.2

    When comparing values with different types, you must be careful: Remember that "0"==0 is false. Moreover, 2<15 is obviously true, but "2"<"15" is false (alphabetical order!). To avoid …

  10. Demo - Lua

    Feb 11, 2024 · To see how Lua programs compile to instructions for the Lua virtual machine, visit Lua Bytecode Explorer