About 50 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: download

    Lua is very easy to build and install. There are detailed instructions in the package but here is a simple terminal session that downloads the current release of Lua and builds it in common platforms:

  3. Lua: getting started

    To embed Lua into your C or C++ program, you'll need the Lua headers to compile your program and a Lua library to link with it. If you're getting a ready-made Lua package for your platform, you'll probably …

  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

    Dec 22, 2025 · 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

    If you are using the stand-alone Lua interpreter, all you have to do to run your first program is to call the interpreter (usually named lua) with the name of the text file that contains your program.

  9. Demo - Lua

    Dec 22, 2025 · To see how Lua programs compile to instructions for the Lua virtual machine, visit Lua Bytecode Explorer

  10. Version history - Lua

    Dec 23, 2025 · The evolution of Lua is documented in a paper presented at HOPL III, the Third ACM SIGPLAN History of Programming Languages Conference, in 2007. See also its continuation …