Skip to content

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

Notifications You must be signed in to change notification settings

damncabbage/elm-beyond-simple-types-draftstuff

Repository files navigation

"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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages