How to Install elixir in Ubuntu 18.04



Install elixir by entering the following commands in the terminal:

sudo apt update
sudo apt install elixir

Description:

functional meta-programming aware language

Elixir is a functional meta-programming aware language intended primarily for developing distributed, fault-tolerant and scalable systems. Elixir source code is compiled to bytecode for the Erlang Virtual Machine (EVM), and can use Erlang libraries transparently.

Homepage: http://elixir-lang.org/

Version: 1.3.3-2

Section: universe/interpreters