Slides for brief talk about writing CLI applications with Elixir
escript is an executable program that is part of the Erlang distribution.
escript is intended for erlang scripting, has a defined main and the script is compiled at runtime
Elixir can use it to bundle the elixir runtime into an executable that can run anywhere erlang is installed.
Everything is compiled to BEAM format.