Introduce
Lua is a powerful, efficient, lightweight, embeddable scripting language. It supports procedural programming, object-oriented programming, functional programming, data-driven programming, and data description.
Install
$ brew install lua
Quick start
$ cat helloworld.lua
print("Hello World.")
$ lua helloworld.lua
Hello World.
IDE
https://studio.zerobrane.com/ - ZeroBrane Studio is a lightweight Lua IDE
https://eclipse.org/ldt/ - Lua Development Tools (LDT)