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, ... (more…)
Read more »
Introducing Firestorm - An Elm-powered forum engine built atop Elixir and Phoenix...
Read more »
Fast & simple framework for building web applications - easafe/purescript-flame... (more…)
Read more »
A few weeks ago, on a whim my friend and I decided to hackathon our way through an app to help us learn how to play guitar. In a stroke of inspiration, we decided to learn something new, and do the project in the Elm programming language, about which I ha...
Read more »
I'd love to see support for "upside down" let ... in expressions, like you have in Haskell:
spam = foo bar where
bar = ...
Sometimes code is easier to read if you see the Big Picture first, with ...
Read more »