What is Erlang?
Erlang is a programming language used to build massively scalable soft real-time systems with requirements on high availability. 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.
Erlang QuickstartWhat is OTP?
OTP is set of Erlang libraries and design principles providing middle-ware to develop these systems. It includes its own distributed database, applications to interface towards other languages, debugging and release handling tools.
Getting Started with OTPNews
-
Erlang/OTP 27.1 Release
September 18, 2024 by Björn Gustavsson - Erlang/OTP 27.1 is the first maintenance patch package for OTP 27, with mostly bug fixes.
-
Erlang/OTP 27 Highlights
May 20, 2024 by Björn Gustavsson - Erlang/OTP 27 is finally here. This blog post will introduce the new features that we are most excited about.
-
Erlang/OTP 27.0 Release
May 15, 2024 by Björn Gustavsson - Erlang/OTP 27 is a new major release with new features, improvements as well as a few incompatibilities.