/elixir-playground

an elixir playground

Primary LanguageElixir

elixir-playground

an elixir playground

Running

# run simple elixir script (interpreted)
elixir simple.exs

Compile Module

# compile module
elixirc simple.ex

Notes

  • to open an interactive elixir shell, run iex