If you like what you see now, that’s pretty much what Elm is going to be for a while. I’m currently doing some exploratory work. It is still too early to tell which parts of that might work out, so there is no real news to share at this point. If this w... (more…)
Read more »
Compare Elm and React: setup and installation, the feedback loop during development, performance, ecosystems of packages, and integration into existing codebases. (more…)
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 »
Elm is a pure, functional language with managed effects. This means that none of your Elm code will ever
directly cause effects. Here are some useful effects: (more…)
Read more »
I'm a sucker for math (not necessarily good at it, I just like it)
and really dislike null pointer exceptions.
If you can relate,
then functional programming is probably something you will like too.
Now I've (almost) replicated
minesweeper
in Elm, and I t... (more…)
Read more »