June 2022
Intermediate to advanced
130 pages
2h 45m
English
It’s time to take Elixir for a spin. If you haven’t already done so, install Elixir.[3] Those instructions will also install Erlang. We’re going to use version 1.10, though earlier versions should work fine, and later versions absolutely will work. When you’ve done so, verify your installation by requesting a version number, like this:
| | [elixir] ➔ elixir -v |
| | Erlang/OTP 21 [erts-10.2] [source] [64-bit] [smp:12:12] |
| | [ds:12:12:10] [async-threads:1] [hipe] |
| | |
| | Elixir 1.10.1 (compiled with Erlang/OTP 21) |
| | [elixir] ➔ |
We’re up! We’re using Elixir version 1.10, on Erlang/OTP release 21. Let’s build our first Elixir app.
Read now
Unlock full access