english deutsch
Client - Server
This tutorial shows you how to build a simple client-server. Client in Erlang - Server in C.
Concurrent Programming in Erlang
Link to the Erlang book available at Amazon UK.
Concurrent Programming in Erlang
The first half of Concurrent Programming in Erlang.
Erlang FAQ
Frequently Asked Questions about the Erlang programming language.
Erlang for C, C++ and Java Programmers
A short tutorial.
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.
Erlang Questions
Mailing lists with searchable archives.
Erlang R10B Documentation
Full set of documentation for the open source Erlang system.
Erlang Specification
The Erlang 4.7 specification. (ps.gz)
Erlang University
An Erlang online course. History, sequential programming, concurrent programming, error handling and advanced topics.
Programming Rules
Erlang Programming Style Guidelines from Ericsson (pdf)
Robust Server
This tutorial shows you how to build a simple fault-tolerant server.