About 78,300 results
Open links in new tab
  1. Index - Erlang/OTP

    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, …

  2. Downloads - Erlang/OTP

    To install Erlang you can either build it from source or use a pre-built package. Take a look at the Erlang/OTP 28 release description to see what changes Erlang/OTP 28 brings over the …

  3. Erlang -- What is Erlang

    Erlang provides a simple and powerful model for error containment and fault tolerance (supervised processes). Concurrency and message passing are a fundamental to the language.

  4. Documentation - Erlang/OTP

    Erlang Programming (A Concurrent Approach to Software Development) by Francesco Cesarini and Simon Thompson was published in 2009. Get it from Amazon etc or directly from the …

  5. Introduction — Erlang System Documentation v28.3

    Introduction This section is a quick start tutorial to get you started with Erlang. Everything in this section is true, but only part of the truth. For example, only the simplest form of the syntax is …

  6. Erlang -- Getting Started

    Many universities run courses either partly or wholly about Erlang. Courses about functional programming are also useful for getting a solid grounding which will then let you easily learn …

  7. One of the main reasons for using Erlang instead of other functional languages is Erlang's ability to handle concurrency and distributed programming. By concurrency we mean programs …

  8. Introduction — Erlang System Documentation v28.3

    The focus of the Erlang reference manual is on the language itself, not the implementation of it. The language constructs are described in text and with examples rather than formally specified.

  9. About - Erlang/OTP

    Erlang is a programming language originally developed at the Ericsson Computer Science Laboratory. OTP (Open Telecom Platform) is a collection of middleware and libraries in Erlang.

  10. Expressions — Erlang System Documentation v28.3

    Erlang uses single assignment, that is, a variable can only be bound once. The anonymous variable is denoted by underscore (_) and can be used when a variable is required but its …