At NoRedInk we have one of the largest Elm apps
in the world. It serves millions of teachers and students, and our frontend
code is almost exclusively written in Elm. In this post, we will explore
the structure of our codebase and the patterns that we use... (more…)
Read more »
Elm compiler written in Elm. Contribute to elm-in-elm/compiler development by creating an account on GitHub. (more…)
Read more »
This tutorial is an introduction to Elm, its ecosystem and the tools you need to know to be productive using it. (more…)
Read more »
Links from the community and an exercise to build a native app with navigation in Elm. (more…)
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 »