Lua: Difference between revisions
Jump to navigation
Jump to search
Line 4: | Line 4: | ||
==Playground== | ==Playground== | ||
{| | {| | ||
| valign="top" | | |||
<source lang="bash"> | |||
mkdir -p ~/Documents/lua-playground | |||
cd ~/Documents/lua-playground | |||
</source> | |||
| valign="top"| | | valign="top"| | ||
<source lang="bash"> | <source lang="bash"> | ||
Line 15: | Line 21: | ||
luarocks install luaunit | luarocks install luaunit | ||
</source> | </source> | ||
|- | |- |
Revision as of 14:13, 3 February 2024
sudo apt install lua5.4 sudo apt install luarocks
Playground
mkdir -p ~/Documents/lua-playground
cd ~/Documents/lua-playground
|
luarocks install moonrocks
luarocks install srlua
|
luarocks install lua-json
luarocks install luaunit
|
| ||
References
| ||