At QCon London 2017, Richard Feldman, software engineer at noredink and author of “Elm in Action” from Manning, explained how their decision to switch to Elm led to a 100,000 LOC system running in production with zero runtime exceptions since 2015. Here, … Read more
Similar
Elm is a ML-style functional language with enforced immutability that compiles down to optimized JavaScript. It solves a lot of problems… (more…)
Read more »
A new language for the web and a new systems language have a lot in common. Coincidence? I think not!
Read more »
This is the backbone of a web application written in the Elm language (https://elm-lang.org/). This loop happens every time something happen. The “something” is converted to a message (Msg) and sent… (more…)
Read more »
Build a functional lighting algorithm with us from scratch in Elm.
Read more »
An Elm application I’m working on presents items with publication timestamps to users around the world. So far, I just printed a slightly mangled ISO-8601 UTC timestamp: (more…)
Read more »