What is the meaning of Erlang in english?

Computer Definitions E - Definitions in Computer Definitions 3 years ago

  1   0   0   0   0 tuteeHUB earn credit +10 pts

5 Star Rating 1 Rating
Erlang

First developed in 1986, Erlang is a functional programming language that was highly influential in the world of programming language design. It's still widely used today, and is a dynamically TYPED language that focuses on concurrency, DISTRIBUTED programs, and fault tolerance. Another interesting aspect of Erlang is that it supports hot swapping, meaning that code can be changed without stopping a system.

Erlang history

The first versions of Erlang were a proprietary project at Ericsson. Erlang was rumored to be an abbreviation for the "Ericsson language" that was originally intended to be used with TELEPHONE switches. The language was OPEN sourced in 1998, and since then it has inspired the design of programming languages such as F#, Clojure, Rust, Opa, Elixir, Dart, and Akka.

Hello, World! in Erlang-module(helloworld).
-export([start/0]).

start() ->
IO:fwrite("Hello, world!\n").

Posted on 20 May 2022, this text provides information on Computer Definitions related to E - Definitions in Computer Definitions. Please note that while accuracy is prioritized, the data presented might not be entirely correct or up-to-date. This information is offered for general knowledge and informational purposes only, and should not be considered as a substitute for professional advice.

Take Quiz To Earn Credits!

Turn Your Knowledge into Earnings.

tuteehub_quiz

Tuteehub forum answer Answers

Post Answer

No matter what stage you're at in your education or career, TuteeHub will help you reach the next level that you're aiming for. Simply,Choose a subject/topic and get started in self-paced practice sessions to improve your knowledge and scores.