Coding With Fun
Home Docker Django Node.js Articles Python pip guide FAQ Policy

What kind of language is elixir in erlang?


Asked by Gracelynn Cortes on Dec 03, 2021 Erlang



1.7.4 / 24 October 2018; 9 days ago (2018-10-24) Elixir is a functional, concurrent, general-purpose programming language that runs on the Erlang virtual machine (BEAM).
In respect to this,
The Elixir programming language runs on top of the Erlang VM. It’s compatible with Erlang, but has a different syntax and features. Programming is a field in which it feels like each and every day a new language, library or framework is discovered.
Next, Elixir is a functional, dynamically typed language that is built on top of Erlang’s VM and compiles down to Erlang bytecode. Since its release in 2011, it has become one of the most loved languages, according to the Stack Overflow Developer Survey. And for good reason.
In this manner,
Erlang was introduced globally in the year 1995 as an open-source programming language that is mainly used in the field of ecommerce, banking and telecommunication systems. To compile elixir code, we use “elixirc”, and it also has an executable which is called “elixir”, which is used to run the code written in Elixir.
Subsequently,
Elixir runs on the Erlang Virtual Machine, and it’s a general-purpose programming language. This open-source language emphasizes on functional programming, concurrency, and fault tolerance.