|
Elixir Version
This book targets Elixir 1.20 running on Erlang/OTP 28. At the time
of writing, Elixir 1.20 is still in release-candidate status, so you
will see
If the version you see is older, the vast majority of the examples will still work. Only a few newer features (noted in the text) require 1.20. |
|
Installing Elixir and Erlang
You need two things on your machine: Erlang/OTP (the runtime) and
Elixir (the language that runs on it). The easiest way to install both
and keep them updated is a version manager. We recommend
mise because it is fast and drops a project-local
|