Nature of code exercises and examples implemented in Elm. Let's see how far we can get in a functional language :).
See the sketches live here. Note that 3D sketches are omitted since these are not supported by elm-canvas.
Run a single sketch (requires elm-live):
$ elm-live src/Introduction/TraditionalRandomWalk.elm --open --start-page=sketch.html -- --output=sketch.js
To build the site you require:
Make sure site-structure.json
is up-to-date and then run:
$ ./generate-site