mirror of
https://github.com/luau-lang/luau.git
synced 2024-11-15 14:25:44 +08:00
14 lines
475 B
YAML
14 lines
475 B
YAML
theme: jekyll-theme-minimal
|
|
title: Luau
|
|
description: >
|
|
A fast, small, safe, gradually typed embeddable scripting language derived from Lua
|
|
<hr/>
|
|
<a href="why.html">Why Luau?</a><br/>
|
|
<a href="syntax.html">Syntax</a><br/>
|
|
<a href="sandbox.html">Sandboxing</a><br/>
|
|
<a href="compatibility.html">Compatibility</a><br/>
|
|
<a href="lint.html">Linting</a><br/>
|
|
<a href="typecheck.html">Type checking</a><br/>
|
|
<a href="performance.html">Performance</a><br/>
|
|
<hr/>
|