How to get start Elixir

How to get start Elixir

What is the Elixir?

Elixir is a dynamic functional programming language built on top of the Erlang BEAM virtual machine, for building scalable and maintainable applications. creating low-latency, distributed, and fault-tolerant systems.

How to Install


I use mac so the image is how to install in mac
Other operating systems can click the link to read👇
Other Operation Systems

Interactive mode

We can type any Elixir expression in interactive mode and get its result.