About 2,870,000 results
Open links in new tab
  1. Erlang (programming language) - Wikipedia

    While threads need external library support in most languages, Erlang provides language-level features to create and manage processes with the goal of simplifying concurrent programming.

  2. 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, computer …

  3. Erlang Tutorial

    This tutorial will give you enough understanding on this programming language and also help you in building scalable soft real time systems that will have requirements on higher availability.

  4. Beginner's Guide to Erlang | Beginner’s Guide to Programming ...

    Feb 17, 2025 · Erlang is a general-purpose, concurrent, functional programming language and a runtime environment. It was originally developed at Ericsson to support highly concurrent, fault-tolerant …

  5. An In-Depth Overview Of Erlang With Examples - ExpertBeacon

    Aug 14, 2024 · First created within Ericsson in 1986 to solve problems in the booming telecom industry of the day, Erlang takes concepts from parallel logic programming languages like Prolog to create a …

  6. An Overview of Erlang with Examples – TheLinuxCode

    Oct 28, 2024 · In this comprehensive guide, we‘ll provide an overview of Erlang‘s history, syntax examples to help you get started, its approach to concurrency and fault tolerance, where it excels, …

  7. Erlang Programming - Wikibooks, open books for an open world

    Nov 28, 2021 · Erlang is a general purpose, concurrency-oriented functional programming language suited for fault-tolerant, distributed, soft real-time systems. It features strong dynamic typing, …