mirror of
https://github.com/luau-lang/luau.git
synced 2024-11-15 14:25:44 +08:00
A fast, small, safe, gradually typed embeddable scripting language derived from Lua
93f9e5e824
It was somewhat outdated from the current Luau world. Some changes to fix that problem. 1. Global assignments are now allowed in nonstrict mode. 2. The example that assigns to `x` from the argument `y` in the function `f` was needlessly complicated. I elected to delete it. 3. Require tracing docs shouldn't need to explain the three possible outcomes. |
||
---|---|---|
docs | ||
README.md |
Luau
Luau is a fast, small, safe, gradually typed embeddable scripting language derived from Lua. It 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.
This repository hosts documentation for the language as well as satellite materials, and can be viewed at https://roblox.github.io/luau/