Elixir playground This project enables running or compiling Elixir code without having Elixir installed. Prerequisites You must have Docker and GNU Make installed. Elixir Interactive shell make iex Run Elixir Code Drop your script at /scripts make shell to shell into a container which has Elixir installed In the container elixir [your script] Cleanup make clean