Erlang on Mac OS X

Erlang is a very nice programming language that you can download on erlang.org. Binary packages exists for Windows, Linux distributions usually provide packages to install erlang, but on Mac OS, there is nothing.

But erlang works nicely on Mac OS, you just have to install it from sources and it's pretty straightforward.

That's all. You can check that erlang is working on your computer by launching an erlang console:

$ erl
Erlang R15B01 (erts-5.9.1) [source] [smp:4:4] [async-threads:0] [hipe] [kernel-poll:false]

Eshell V5.9.1  (abort with ^G)
1> 

Comments Add one by emailing me.