Metareferences
Example Projects
I made these, maybe they will be useful to you?
- Darken, a Lights Out clone: Source, Play it
- Offset Cipher, for encoding ROT13 and related. Source, Encode everything
Videos
Introductory
Intermediate
- Immutable Relational Data. How to use
Dict
to solve the problems of duplicate data and multiple sources of truth when dealing with relational data in Elm. - The Life of a File. How solving two seemingly similar problems using Elm's type and module system can yield vastly different answers due to slightly different constraints.
Articles
Beginner-y / Tutorial-y
More Intermediate
Advanced-ish
Functional Programming in JavaScript
Functional Concepts
- Functional Programming Patterns (slides). Broad tour of what FP is and why you should care, with examples in F#. These slides were in large part a cause of my interest in typed functional programming in general.
- Monads (forget about bind).
Miscellaneous
- I lost faith in the industry, burned out, but the cult of the tool saved me. An opening of the mind.