Search for "Erlang programming language" in article titles:

  1. Erlang (programming language): Erlang (/ˈɜːrlæŋ/ UR-lang) is a general-purpose, concurrent, functional high-level programming language, and a garbage-collected runtime system. The term Erlang is used interchangeably with Erlang/OTP, or Open Telecom Platform (OTP), which consists of the Erlang runtime system ... (Programming language) [100%] 2023-08-17 [Erlang (programming language)] [Concurrent programming languages]...
  2. Erlang (programming language): The Erlang programming language is a strict functional language, a declarative language, and a general-purpose programming language which shares some syntax with prolog. It is considered declarative because it has the pattern matching syntax of prolog and list comprehensions. (Programming language) [100%] 2023-06-25
  3. Erlang (programming language)#Tutorials#Terms: The basic unit of expressing a value in Erlang is the term. Terms are comprised of one of Erlang's simple or complex types. (Programming language) [77%] 2025-08-05
  4. Erlang (programming language)#Tutorials#Pattern Matching: Erlang uses powerful pattern-matching to bind variables to values. Pattern matching can be explicit, as when the = (pattern matching operator) is used, or implicit, as when a function call is processed and a function's actual arguments are matched ... (Programming language) [70%] 2025-03-03
  5. Erlang (programming language)#Tutorials#Linda Sieve: Linda uses a tuple space to store data. Tuple space is a way to mix message passing with shared memory to coordinate computation between parallel processes. (Programming language) [70%] 2025-04-27

external From search of external encyclopedias:

0