Erlang provides a number of data types which are listed in this chapter. A piece of data of any data type is called a term.
Erlang provides a number of data types, which are listed in this section.
A distributed Erlang system consists of a number of Erlang runtime systems communicating with each other. Each such runtime system is called a node. Message passing between processes at different ...
So the important thing when recursing and building a list is to make sure that you attach the new elements to the beginning of the list, so that you build a list, and not hundreds or thousands of ...
Create and match Erlang terms. A general function for creating Erlang terms using a format specifier and a corresponding set of arguments, much in the way printf ...
Extracts the first element from a list. list is an Erlang term containing a list. Returns an Erlang term corresponding to the head head element in the list, or a NULL pointer if list was not a list.
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.
Thu May 28 15:17:31 CEST 2009 ...
The EUC is held in Ericsson's conference centre in the large Ericsson plant in Älvsjö in the southwestern suburbs of Stockholm (at the red star in the map). The main commuter train (pendeltåg) lines ...
A test is performed by running one or more test suites. A test suite consists of test cases, configuration functions, and information functions. Test cases can be grouped in so called test case groups ...
The C-part of Erlang ODBC application on Unix should be compiled with GCC C-compiler version 2.7.2 or higher. The GCC C-compiler must be found in the PATH environment variable. This is easily verified ...
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.