About 3,350,000 results
Open links in new tab
  1. Getting started - Lua

    Getting started · · · · · · · ·

  2. Lua Tutorial

    This Lua tutorial lets you explore a new language, Lua. This tutorial has everything from fundamentals of the programming language to advanced concepts. After completing this tutorial, you will find yourself …

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

  4. Documentation - Lua

    Feb 3, 2026 · For detailed technical information on specific topics, see our old series of Lua Technical Notes and the wiki at lua-users.org, specially the tutorial. You may also browse the source code.

  5. PICO-8 Manual - Lexaloffle

    PICO-8 is built on the Lua programming language, but does not include the Lua standard library. Instead, a small api is offered in keeping with PICO-8's minimal design and limited screen space.

  6. Pandoc Lua Filters

    Lua interpreter initialization Initialization of pandoc’s Lua interpreter can be controlled by placing a file init.lua in pandoc’s data directory. A common use-case would be to load additional modules, or even …

  7. GitHub - lua/lua: A copy of the Lua development repository, as seen …

    A copy of the Lua development repository, as seen by the Lua team. Mirrored irregularly. All communication should be through the Lua mailing list https://www.lua.org ...

  8. Lua Scripting Starter Guide - Community Tutorials - Roblox

    Nov 24, 2019 · Learn Lua scripting for Roblox with this beginner's guide, covering programming basics and tips for aspiring developers.

  9. W3Schools Online Web Tutorials

    W3Schools offers free online tutorials and references on web development languages such as HTML, CSS, JavaScript, PHP, SQL, and JQuery.

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