-
Index - Erlang/OTP
The official home of the Erlang Programming Language
-
Documentation - Erlang/OTP
Documentation
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 Amazo...
-
Downloads - Erlang/OTP
Download Erlang/OTP
The latest version of Erlang/OTP is 26.1.2. To install Erlang you can either build it from source or use a pre-built package.
Take a look at the Erlang/OTP 26 release description t...
-
Erlang -- Getting Started
It depends. (did you expect anything else?)
With an imperative language background (e.g. C, Python, Java, C++,
Pascal, PERL, etc.),
it takes most people about a week before they can write
nontr...
-
Erlang -- string
This module provides functions for string processing.
A string in this module is represented by
unicode:chardata(), that is, a list of codepoints,
binaries with UTF-8-encoded codepoints
(...
-
Erlang -- lists
Returns List1 with each element
H replaced by a tuple of form {I, H} where
I is the position of H in
List1. The enumeration starts with
Index and increases by S...