Top 1,000 Features Creators Resources Blog Explorer Download
GitHub icon

luau

< >

luau is a programming language created in 2020.

#2048on PLDB 4Years Old


Example from the web:
type Point = { x: number, y: number } local p = { x = 1, y = 2 } print(p.x, p.y) -- print(p.z) results in a type error

Language features

Feature Supported Token Example
Comments ✓
-- A comment
Line Comments ✓ --
-- A comment
Semantic Indentation X

View source

- Build the next great programming language · About · Acknowledgements · Extensions · Day 630 · Donate · feedback@pldb.io