An Erlang Course
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.
A short history of the Erlang language describing how
Erlang was developed and why we had to invent a new language.
Symbolic data representation,
how pattern matching is used to pack/unpack data, how functions
are combined to form programs etc.
Creating an Erlang process, communication
between Erlang processes.
Covers error handling and the design of robust systems.
All those tricky things like loading code in running systems,
exception handling etc.