https://elixir-lang.org/
Elixir is a programming language built on top of the Erlang VM.
As Erlang, it is a functional language built to support distributed,
fault-tolerant, non-stop applications with hot code swapping.
Version: 1.17.3
General Commands | |
elixir | The Elixir script runner |
elixirc | The Elixir compiler |
iex | The Elixir shell |
mix | The software project management tool |