DEV Community

Cover image for How to get start Elixir
Rhaenyra
Rhaenyra

Posted on

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

Image description
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.

Image description

Top comments (2)

Collapse
 
rhaenyraliang profile image
Rhaenyra •

This is the first article in my Elixir journal series.
Everyone is welcome to learn with me. 😊

Collapse
 
snowyang profile image
Snow Yáng •

Great! I am learning Elixir too!