Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 1 KB

elixir.md

File metadata and controls

14 lines (10 loc) · 1 KB

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