Erlang

Basic idea

Dynamically typed, functional language built for soft-real-time, fault-tolerant distributed systems (Ericsson, 1986). Concurrency via lightweight isolated processes that communicate only by message passing — the actor model in production.

Key facts

Siblings