|
|
1. |
Concurrent Programming in Erlang
-
Link to the Erlang book available at Amazon UK.
|
|
|
2. |
Erlang FAQ
-
Frequently Asked Questions about the Erlang programming language.
|
|
|
3. |
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.
|
|
|
4. |
Erlang R10 Documentation
-
Full set of documentation for the open source Erlang system.
|
|
|
5. |
Erlang University
-
An Erlang online course. History, sequential programming, concurrent programming, error handling and advanced topics.
|
|
|
6. |
Client - Server
-
This tutorial shows you how to build a simple client-server. Client in Erlang - Server in C.
|
|
|
7. |
Erlang at DuoMark International, Inc.
NEW!
-
Tutorials and conference publications about servers, applications, erlang programming and Web 2.0 infrastructure.
|
|
|
8. |
Erlang for C, C++ and Java Programmers
-
A short tutorial.
|
|
|
9. |
Erlang Specification
-
The Erlang 4.7 specification. (ps.gz)
|
|
|
10. |
Programming Rules
-
Erlang Programming Style Guidelines from Ericsson (pdf)
|
|
|
11. |
Robust Server
-
This tutorial shows you how to build a simple fault-tolerant server.
|