Erlang Articles, Tutorials & News

The Erlang Ecosystem [video]

Erlang is in many ways quite old though many of the problems for which it used are quite modern. The Erlang language and system was designed around a set of …

Read more »

Set-Theoretic Types for Erlang

Erlang is a functional programming language with dynamic typing. The language offers great flexibility for destructing values through pattern matching and dynamic type tests. Erlang also comes with a type language supporting parametric polymorphism, equi-…

Read more »