Running Lua on Mac OS X (rudamoura.com)

9 points by ruda ↗ HN
Lua is a lightweight programming language and has good reputation among game engines. In this article, you will learn how to install and use the latest version of Lua (5.2.1) on Mac OS X Mountain Lion, Lion or Snow Leopard.

4 comments

[ 2.9 ms ] story [ 22.3 ms ] thread
I haven't used Rudix, but I've had great success using Brew; I switch between 5.1 and 5.2 easily using the process I explain at http://thejacklawson.com/2012/09/switching-package-versions-....

Brew also has Luajit, which I use 99% of the time; it's the environment I run in production because it's so much faster.

I personally prefer brew over other package management systems, especially given that it's open source. Rudix is probably just as good, but I can't see other people fixing packages in a github/issue format like i could with brew.