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.
Top comments (2)
This is the first article in my Elixir journal series.
Everyone is welcome to learn with me. 😊
Great! I am learning Elixir too!