Erlang

From 31C3_Public_Wiki
Jump to: navigation, search

Description Erlang is a programming language often used to develop scalable backend applications.
Has website http://www.erlang.org/
Persons working on Clonejo
Tags Programming Language
Other projects...

refresh

Erlang (/ˈɜrlæŋ/ ER-lang) is a general-purpose concurrent, garbage-collected programming language and runtime system. 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. [[1]]