Arto's Notes re: Lua

https://www.lua.org/

Installation

macOS

$ brew install lua@5.3   # or lua@5.2, lua@5.1

Ubuntu

$ sudo apt install lua5.2

Tools

$ luarocks install busted
$ luarocks install luacheck
$ luarocks install luacov

Embedding

Embedding in C++

Embedding in OCaml

Embedding in Python

See Also