Erlang
This is a collection of Erlang links I've come across over time. Expect modifications as I encounter ever more.
Implementations and tools:
- Erlang - The standard implementation
- AtomVM - Minimal VM meant to run on ESP32 SoCs, STM32 MCUs, RPi Pico, Wasm etc.
- See also: https://www.erlang.org/faq/implementations
- Rebar3 - The official build tool for Erlang.
- Hex package manager
- Erlang Language Platform (ELP) - An LSP language server and a platform for tool developers
Documentation
- https://www.erlang.org/doc/ - Documentation for the latest version of Erlang/OTP and all the libraries.
- erldocs - An alternative Erlang documentation
Books, documentation, tutorials and more:
- https://www.erlang.org/docs - A collection of links to documentation, books and papers
- https://www.erlang.org/community - Includes learning matterial provided by the community
- Programming Rules and Conventions - Guidelines for writing systems using Erlang. Mirrors: 1, 2
- The Beam Book - An advanced book describing in detail the Erlang RunTime System (ERTS)
- Learn You Some Erlang for Great Good! - A free online book for learning Erlang
- Rosetta Code on Erlang - A wiki presenting solutions to problems in many different languages
- Cryptography Tutorial - A cryptography book with Erlang examples by Joe Armstrong
Other tools
- Online Erlang repl
- erldocs function lookup - Find out which Erlang/OTP versions support a given function
Community
- https://www.erlang.org/community - Includes links to the official community channels