Luau-lang
Robloxで使われていた言語Luauがオープンソース化された。Lua 5.1をベースに高速化したもので、APIのほとんどは互換性があり、加えて型検査機能がついている。Robloxのゲームはすべてこれで書かれており、Roblox Studioもこれで書かれているらしい。
https://twitter.com/mootastic/status/1456048556922392582
トランスパイラではない。独自のVM実装を持っている
https://github.com/luau-lang/luau/tree/master/VM
いくつかのモジュールが Lua 公式と違い制限もしくは削除されている
https://luau.org/sandbox
公式サイト: https://luau.org/
リポジトリ: https://github.com/Roblox/luau
https://luau-lang.org/assets/images/luau-88.png
#プログラミング言語
#gamedev