Arto's Notes re: Elixir

Installation

http://elixir-lang.org/install.html

Installation on macOS

$ brew install elixir

$ brew upgrade elixir

Installation on Alpine

# TODO

Installation on Ubuntu

https://www.erlang-solutions.com/resources/download.html

$ wget https://packages.erlang-solutions.com/erlang-solutions_1.0_all.deb
$ sudo dpkg -i erlang-solutions_1.0_all.deb
$ sudo apt update
$ sudo apt install erlang
$ sudo apt install elixir
$ elixir -v
$ mix local.hex

Tooling

Static Analysis

mix credo

Libraries

Use Cases

Embedded

Robotics

See Also