|
|
|
Ask HN: Looking for platforms, other than Roblox, that have adopted Luau
|
|
40 points
by aduermael
965 days ago
|
|
We're considering adopting Luau for our project (a platform where users create games with cubes and Lua scripts). We're pretty happy with Lua already, but Luau brings type annotations and performance improvements while remaining backwards compatible with Lua 5.1.
Luau's been developped by Roblox, open sourced in 2020, and still mostly used by Roblox apparently.
Timing would be good for us if we decide to switch to Luau, but still, feedback from others who've been through the same Lua to Luau transition would be very helpful.
Any ideas? Are we crazy to even consider this? |
|
> Luau is syntactically backwards-compatible with Lua 5.1 (code that is valid Lua 5.1 is also valid Luau); however, we have extended the language with a set of syntactical features that make the language more familiar and ergonomic.