This is a bunch of rough material for the live-coding talk given at ElixirCamp Sydney 2017.
$ npm install
$ export PATH="node_modules/.bin:${PATH}"
Have a read of the Ex##.elm
files in order, and optionally start up an Elm REPL interpreter:
$ elm repl
...
> import Ex01 exposing (..)
> greet "me"
"Hello, me!" : String