Client - Server
This tutorial shows you how to build a simple client-server. Client in Erlang - Server in C.
url: www.sics.se/~joe/tutorials/client_server/client_se...
Concurrent Programming in Erlang
Link to the Erlang book available at Amazon UK.
url: www.amazon.co.uk/exec/obidos/ASIN/013508301X/
Concurrent Programming in Erlang
The first half of Concurrent Programming in Erlang, available in PDF.
url: www.erlang.org/download/erlang-book-part1.pdf
Erlang FAQ
Frequently Asked Questions about the Erlang programming language.
url: www.erlang.org/faq/t1.html
Erlang for C, C++ and Java Programmers
A short tutorial.
url: www.earlyriser.org/Erlang_tutorial.html
Erlang in Real Time
(ISBN: 0864447434) was written by Maurice Castro to support the course `CS584 Real Time and Concurrent Systems' at RMIT University in 1998. A revised edition is available in postscript form from this site in addition to the sample code used in the course.
url: www.serc.rmit.edu.au/~maurice/erlbk/
Erlang Questions
Mailing lists with searchable archives.
url: erlang.org/faq.html
Erlang R9B Documentation
Full set of documentation for the open source Erlang system.
url: erlang.org/doc/r9b/doc/
Erlang Specification
The Erlang 4.7 specification. (ps.gz)
url: www.erlang.org/download/erl_spec47.ps.gz
Erlang University
An Erlang online course. History, sequential programming, concurrent programming, error handling and advanced topics.
url: www.erlang.org/course/course.html
Programming Rules
Erlang Programming Style Guidelines from Ericsson (pdf)
url: www.erlang.se/doc/programming_rules.pdf
Robust Server
This tutorial shows you how to build a simple fault-tolerant server.
url: www.sics.se/~joe/tutorials/robust_server/robust_se...