Elm has been the most difficult thing for me to learn as a programmer. Here are the steps I took to finally successfully write an app in Elm. (more…)
Read more »
Google Groups allows you to create and participate in online forums and email-based groups with a rich experience for community conversations. (more…)
Read more »
elmx - A tiny precompiler that takes an Elm program with embedded HTML and desugars the HTML into elm-html syntax. Elmx is to Elm what React's JSX is to Javascript...
Read more »
The State of Elm 2017 results are here!
I first presented these as two talks, one to Elm Europe and one to the Oslo Elm Day.
I’ve embedded the Elm Europe talk below (it’s shorter) but the longer version is on also YouTube. (more…)
Read more »
Elm is a simple and functional language that compiles to
JavaScript. These are my notes about getting started with Elm using a
small but complete application to get the current location of a device
and update it based on movement. (more…)
Read more »