ErlangOTP
Erlang/OTP, often written as ErlangOTP, is a programming language, runtime system, and standard library designed for building robust, concurrent, distributed systems. The term combines the Erlang language with the Open Telecom Platform (OTP), a collection of middleware, libraries, and design patterns. Erlang originated at Ericsson in the 1980s and was later released as open source; OTP provides a cohesive framework of abstractions that support fault-tolerant, scalable applications.
Core to Erlang/OTP is the BEAM virtual machine, which runs lightweight processes that communicate exclusively by
Applications are organized as OTP applications with structured code, configurations, and releases. The framework supports distribution