blob: 0992256bcf93eaa8e82e80dadeab85a77f86783f (
plain)
1
2
3
4
5
|
Erlang is a general-purpose concurrent programming language and runtime
system. The sequential subset of Erlang is a functional language, with
strict evaluation, single assignment, and dynamic typing. It was designed
by Ericsson to support distributed, fault-tolerant, soft-real-time,
non-stop applications.
|