Install lua on mac
I’m not sure that whether Lua is built on mac originally.
(Ok, tested on Mac OSX 10.9, there is Lua in it.)
So I installed Lua via Homebrew.
Install homebrew (optional)
| |
Install Lua by homebrew
| |
Writing Lua
You can use command: lua to interact with lua. (just like php -a or irb)
| |
| |