Built using ExDoc (v0.34.1) for the Erlang programming language ...
This document describes the erl_crash.dump file generated upon abnormal exit of the Erlang runtime system. Important: For OTP release R9C the Erlang crash dump has had a major facelift. This means ...
Call/start a distributed Erlang node. The -address flag is typically useful when one wants to call a node that is running on machine without an accessible epmd instance. (Optional.) Use this option to ...
This section should be read with the supervisor(3) manual page in STDLIB, where all details about the supervisor behaviour is given. A supervisor is responsible for starting, stopping, and monitoring ...
A user may have a number of "virtual" connections to other users. An MG is connected to at most one MGC, while an MGC may be connected to any number of MG's. For each connection the user selects a ...
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 nontrivial programs, about a month to feel really ...
Erlang programs are organized into modules. Each module in a release must have a unique name. Collections of modules which cooperate to solve a particular problem are organized into applications.
PLI (Principles, Logics, and Implementations of High-Level Programming Languages) was a confederation of conferences and workshops aimed at the advancement of high-level programming languages and ICFP ...
This function extracts a specified element from an Erlang tuple. position specifies which element to retrieve from tuple. The elements are numbered starting from 1. tuple is an Erlang term containing ...
This is the content of the Erlang course. This course usually takes four days to complete. It is divided into 5 modules and has a number of programming exercises.
In Erlang, a Bin is used for constructing binaries and matching binary patterns. A Bin is written with the following syntax: Here, Bin is bound and the elements are bound or unbound, as in any match.