Erlang Cheat Sheet
(this is a work in progress)
Getting the interpreter in ubuntu: sudo apt-get install erlang. To
get native compliation capability, also install erlang-base-hipe.
Starting the interpreter: erl. To exit: Ctrl-g then q enter.