Skip to content
@luau-lang

Luau

A fast, small, safe, gradually typed embeddable scripting language derived from Lua. Developed and maintained by @Roblox.

Luau (lowercase u, /ˈlu.aʊ/) is a fast, small, safe, gradually typed embeddable scripting language derived from Lua.

It is designed to be backwards compatible with Lua 5.1, as well as incorporating some features from future Lua releases, but also expands the feature set (most notably with type annotations). Luau is largely implemented from scratch, with the language runtime being a very heavily modified version of Lua 5.1 runtime, with completely rewritten interpreter and other performance innovations. The runtime mostly preserves Lua 5.1 API, so existing bindings should be more or less compatible with a few caveats.

Luau is used by Roblox game developers to write game code, as well as by Roblox engineers to implement large parts of the user-facing application code as well as portions of the editor (Roblox Studio) as plugins. Roblox chose to open-source Luau to foster collaboration within the Roblox community as well as to allow other companies and communities to benefit from the ongoing language and runtime innovation. As a consequence, Luau is now also used by games like Alan Wake 2 and Warframe.

Our main luau repository hosts source code for the language implementation and associated tooling. It is updated weekly with code updates from internal repository as well as binary releases, and welcomes contributions. It should also be used for questions or discussions or for filing bug reports.

We also have other repositories that host satellite materials:

Pinned Loading

  1. luau luau Public

    A fast, small, safe, gradually typed embeddable scripting language derived from Lua

    C 3.9k 366

  2. site site Public

    Documentation site for Luau

    HTML 9 18

  3. research research Public

    Research papers and publications for Luau

    TeX 12 2

  4. rfcs rfcs Public

    RFCs for Luau evolution

    38 23

Repositories

Showing 10 of 10 repositories
  • benchmark-data Public

    Benchmark reports automatically generated from workflows in Luau repository

    luau-lang/benchmark-data’s past year of commit activity
    JavaScript 2 0 0 0 Updated Aug 16, 2024
  • luau Public

    A fast, small, safe, gradually typed embeddable scripting language derived from Lua

    luau-lang/luau’s past year of commit activity
    C 3,899 MIT 366 146 12 Updated Aug 16, 2024
  • rfcs Public

    RFCs for Luau evolution

    luau-lang/rfcs’s past year of commit activity
    38 23 0 15 Updated Aug 16, 2024
  • site Public

    Documentation site for Luau

    luau-lang/site’s past year of commit activity
    HTML 9 MIT 18 0 10 Updated Aug 14, 2024
  • .github Public
    luau-lang/.github’s past year of commit activity
    0 0 0 0 Updated Aug 14, 2024
  • site-mirror Public Forked from luau-lang/site

    Documentation site for Luau

    luau-lang/site-mirror’s past year of commit activity
    HTML 0 MIT 18 0 0 Updated Aug 13, 2024
  • research Public

    Research papers and publications for Luau

    luau-lang/research’s past year of commit activity
    TeX 12 2 0 1 Updated Aug 5, 2024
  • agda-typeck Public

    A partial implementation of Luau typechecker in Agda for machine verification

    luau-lang/agda-typeck’s past year of commit activity
    Agda 8 MIT 1 0 0 Updated Dec 4, 2023
  • dcr-timetraveler Public

    Time-traveling state inspector for the Luau DCR solver.

    luau-lang/dcr-timetraveler’s past year of commit activity
    JavaScript 0 MIT 1 0 0 Updated Feb 22, 2023
  • SublimeLinter-luau Public

    SublimeLinter plugin for Luau

    luau-lang/SublimeLinter-luau’s past year of commit activity
    Python 6 MIT 0 1 0 Updated Feb 2, 2022

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Most used topics

Loading…