Connect Nodes Connect Nodes An Erlang runtime system — node is identified by a unique name like an email address. Erlang nodes communicate with each other via these names. St...
EMQ X Broker EMQ X Broker EMQ X (Erlang/Enterprise/Elastic MQTT Broker) is an open source IoT MQTT message broker based on the Erlang/OTP platform. Erlang/OTP is an excellent S...
2.2 Source File Encoding 2.2 Source File Encoding The Erlang source file encoding is selected by a comment in one of the first two lines of the source file. The first string...
1.1 Purpose 1.1 Purpose The focus of the Erlang reference manual is on the language itself, not the implementation of it. The language constructs are described in text and wi...
Functions Function Definition and Application Anonymous Functions Guards in Function Functions Function Definition and Application Hamler: add x y = x + y add 3 ...