About 50 results
Open links in new tab
  1. 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.

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

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

  4. Demo - Lua

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

  5. Version history - Lua

    Dec 23, 2025 · Lua 1.1 already featured powerful data description constructs, simple syntax, and a bytecode virtual machine. Lua 1.1 was freely available for academic purposes; commercial uses had …

  6. The evolution of an extension language: a history of Lua

    Mar 30, 2015 · Abstract. Since its inception, in 1993, the Lua programming language has gone far beyond our most optimistic expectations. In this paper, we describe the trajectory of Lua, from its …

  7. Lua 5.1 Reference Manual

    Lua is free software, and is provided as usual with no guarantees, as stated in its license. The implementation described in this manual is available at Lua's official web site, www.lua.org. Like any …

  8. Programming in Lua : 3.2

    Lua compares strings in alphabetical order, which follows the locale set for Lua. For instance, with the European Latin-1 locale, we have "acai" < "açaí" < "acorde".

  9. Lua 5.1 Reference Manual - contents

    May 5, 2021 · 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. This …

  10. News - Lua

    May 19, 2014 · Here is a summary of the main events around and about Lua. Check also the announcements in the mailing list, the recent changes in the site, and our RSS feeds.