| |
| | Erlang whitepaper |
 | | Erlang is a programming language which has many features more commonly associated with an operating system than with a programming language: concurrent processes, scheduling, memory management, distribution, networking, etc. |
 | | In contrast to, for example C variables, Erlang variables can only be assigned once - when a variable has been bound to a value, we cannot bind it to a new value. |
 | | Erlang is designed for programming "robust" systems, so there are a number of primitives for trapping errors. |
| www.erlang.org /white_paper.html (2050 words) |
|