

Erlang
Concurrent functional language with built-in support for fault tolerance, distribution, and hot swapping, designed for scalable real-time systems in telecom, banking, e-commerce, and instant messaging. Features garbage collection and dynamic typing.
Features
- Functional Language
- High Availability
- Distributed Computing
Tags
- real-time
- fault-tolerance
- programming
- hot-swapping
Erlang News & Activities
Recent News
Recent activities
POX added Erlang as alternative to Unison Programming Language- Danilo_Venom updated Erlang
- braky updated Erlang
Erlang information
What is Erlang?
Erlang is a general-purpose concurrent, garbage-collected programming language and runtime system used to build massively scalable soft real-time systems with requirements on high availability. The sequential subset of Erlang is a functional language, with eager evaluation, single assignment, and dynamic typing. It was designed by Ericsson to support distributed, fault-tolerant, soft-real-time, non-stop applications. It supports hot swapping, so that code can be changed without stopping a system.
Some of its uses are in telecoms, banking, e-commerce, computer telephony and instant messaging. Erlang's runtime system has built-in support for concurrency, distribution and fault tolerance.



Comments and Reviews