  |
Programming Erlang: Software for a Concurrent World - http://www.pragprog.com/titles/jaerlang/programming-erlang
By Joe Armstrong; Pragmatic Bookshelf, 2007, ISBN 9781934356005. Shows how to write programs that are concurrent, run on even hundreds of local and remote processors, and highly reliable, even during network and hardware failures. |
  |
Erlang University - http://www.erlang.org/course/course.html
An Erlang online course. History, sequential programming, concurrent programming, error handling and advanced topics. |
  |
Erlang/OTP - http://www.erlang.org/doc/
Full set of documentation for the open source Erlang system. |
  |
Erlang Specification - http://www.erlang.org/download/erl_spec47.ps.gz
The Erlang 4.7 specification. (ps.gz) |
  |
Erlang FAQ - http://www.erlang.org/faq/faq.html
Frequently Asked Questions about the Erlang programming language. |