Lua
sudo apt install lua5.4
sudo apt install luarocks
|
lua --help luarocks --help |
lua -v luarocks --version |
Playground
mkdir -p ~/Documents/lua-playground
cd ~/Documents/lua-playground
|
luarocks install moonrocks
luarocks install srlua
|
luarocks install lua-json
luarocks install luaunit
|
| ||
References
| ||