tomheaton / elixir-playground

an elixir playground

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

an elixir playground


Languages

Language:Elixir 100.0%