Install Erlang on Mac OS X
Install Erlang on Mac OS X
Though erlang-solutions.com provides pre-built binaries for Mac OS X, an alternate and easy way to install Erlang on Mac OS X is via brew. Simply type:
brew install erlang
Once installed, you can test it by typing “erl” in the Terminal to fire up the Erlang interactive shell:
Now that you have Erlang installed, what next? Highly recommend Joe Armstrong’s Programming Erlang (2nd Edition). It’s…
View On WordPress











