Embed presentation
Download as PDF, PPTX




























Erlang is a functional programming language developed in 1986 by Joe Armstrong for developing distributed and fault-tolerant systems. It emphasizes concurrency, distribution and fault tolerance. Erlang uses lightweight processes instead of threads and supports pattern matching. Its data types include atoms, tuples, and lists. Variables start with uppercase letters while atoms start with lowercase letters. Erlang was released as open source in 1998.


























