Erlang/OTP Documentation
Online documentation for the latest version of the run-time system as well as all the libraries.
Erlang/OTP Documentation (No Search)
Online documentation for the latest version of the run-time system as well as all the libraries.
Erldocs
Erldocs.com is a searchable alternative to the Erlang/OTP documentation, though only module reference documentation confusingly even on many undocumented modules.
Erlang Reference Manual - User's Guide
A user’s guide System principles and efficiency guide.
Efficiency Guide - User's Guide
A guide that teaches you what to use and what to avoid in Erlang, as well as how certain Erlang features are implemented.
System Principles - User's Guide
A guide on a number of Erlang system principles.
OTP Design Principles - User’s Guide
The OTP design principles define how to structure Erlang code in terms of processes, modules, and directories.
OTP Versions Tree
All released OTP versions since OTP 17.0, with links to GitHub source tags and to README:s. As of OTP 23, Windows installers for all patches can be downloaded from here as well.
Programming Erlang: Software for a Concurrent World
Programming Erlang: Software for a Concurrent World (Joe Armstrong) is a book about Erlang written by one of the original inventors, published in 2007. You can buy it on paper from Amazon and other online bookstores, or directly from the publisher.
Learn You Some Erlang for Great Good!
Learn You Some Erlang for Great Good! by Fred Hebert is a beginner's book about Erlang, published in 2013. It is available in paper copies and online.
Erlang Programming
Erlang Programming (A Concurrent Approach to Software Development) by Francesco Cesarini and Simon Thompson was published in 2009. Get it from Amazon etc or directly from the publisher.
Erlang and OTP in Action
Erlang and OTP in Action by Martin Logan, Eric Merritt and Richard Carlsson was published in 2010. You can buy it from various online bookstores, or directly from the publisher.
Introducing Erlang
Introducing Erlang by Simon St. Laurent, 2013, is an introduction to Erlang for beginners. It is available directly from the publisher.
Designing for Scalability with Erlang/OTP
With this hands-on book, you’ll learn how to apply OTP libraries and techniques to develop concurrent, fault-tolerant systems with no single point of failure.
The Erlang/OTP FAQ- Frequently Asked Questions about all aspects of Erlang
ErlDoc is a documentation search tool. Its goal is to increase the usability of Erlang documentation and to find information quickly and effectively.
It searches for function, module or application names similar to the search string. Try e.g "list" or "mnesia"
Mailing lists - The erlang.org mailing lists
Documentation index of all releases
Erlang Books
And More...