/elm-beyond-simple-types-draftstuff

"Beyond Simple Types in Elm" - rough live-coding / talk material, written for/at ElixirCamp Sydney 2017.

Primary LanguageElm

"Beyond Simple Types in Elm" Rough Material

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