Home > Computers > Programming > Languages > Erlang > FAQs, Help, and Tutorials
This section will contain links to manual pages, books, examples, and other useful resources to get people started programming in Erlang.
http://www.onlamp.com/pub/a/onlamp/2007/09/13/introduction-to-erlang.html
Shows making a simple concurrent program implementing a basic chat system; and how separating some processes and making them communicate is almost trivial in Erlang. ONLamp.com.
http://www.amazon.co.uk/exec/obidos/ASIN/013508301X/
Link to the Erlang book available at Amazon UK.
http://www.erlang.org/download/erlang-book-part1.pdf
The first half of Concurrent Programming in Erlang.
http://www.duomark.com/erlang/
Tutorials and conference publications about servers, applications, erlang programming and Web 2.0 infrastructure.
http://www.erlang.org/faq/faq.html
Frequently Asked Questions about the Erlang programming language.
http://www.castro.aus.net/~maurice/serc/erlbk/
(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.
http://www.erlang.org/download/erl_spec47.ps.gz
The Erlang 4.7 specification. (ps.gz)
http://www.erlang.org/course/course.html
An Erlang online course. History, sequential programming, concurrent programming, error handling and advanced topics.
http://www.erlang.org/doc/
Full set of documentation for the open source Erlang system.
http://www.erlang.se/doc/programming_rules.pdf
Style guidelines and rules document from Ericsson.
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.
Home > Computers > Programming > Languages > Erlang > FAQs, Help, and Tutorials
Thanks to DMOZ, which built a great web directory for nearly two decades and freely shared it with the web. About us