This reference manual describes the Erlang programming language. The focus is on the language itself, not the implementation. The language constructs are described in text and with examples rather than formally specified, with the intention to make the manual more readable. The manual is not intended as a tutorial.
Information about this implementation of Erlang can be found, for example, in System Principles (starting and stopping, boot scripts, code loading, error logging, creating target systems), Efficiency Guide (memory consumption, system limits) and ERTS User's Guide (crash dumps, drivers).
It is assumed that the reader has done some programming and is familiar with concepts such as data types and programming language syntax.
In the document, the following terminology is used:
If a feature has been added recently, in Erlang 5.0/OTP R7 or later, this is mentioned in the text.
For a complete list of BIFs, their arguments and return values,
refer to
The following are reserved words in Erlang:
after and andalso band begin bnot bor bsl bsr bxor case catch cond div end fun if let not of or orelse receive rem try when xor