elixir

Functional language built on Erlang VM for concurrent, distributed systems

brewmacoslinux
Try with needOr install directly
Source

About

Functional metaprogramming aware language built on Erlang VM

Commands

elixirelixirciexmixhex

Examples

Start the Elixir interactive shell (REPL)$ iex
Create and manage a new Elixir project$ mix new my_project && cd my_project && mix test
Compile and run an Elixir script file$ elixir script.exs