The code for Luau, a variant of the Lua language with type checking, has been opened.
The source texts and the first standalone release of the Luau programming language, which continues the development of Lua and is backward compatible with Lua 5.1, have been announced. The Luau language is primarily intended for embedding scripting handlers in applications and aims to achieve high performance and low resource consumption. The project code is written in C++ and is open under the MIT license. […]
