Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Elixir

Elixir is used to build highly scalable, fault-tolerant applications. It's a functional language, and leverages the BEAM VM(Virtual Machine), which erlang and many other languages use.

Watch this(The Soul of Erlang and Elixir • Sasa Juric • GOTO 2019) talk for a high level overview of Elixir(& BEAM VM).

Learning resources