Using Elm in 2025

38 points by blaix


technomancy

This strikes me as being not too dissimilar to the situation with Clojure. The whole “open code but not open governance” thing was very frustrating in early years when that dynamic was present implicitly but has become a lot less so ever since the core team has gotten better at explaining that the way they do things is different from most projects.

The way I see it main differences are that Clojure has still had a couple releases in the years since 2019, and that people looking at Clojure are less likely to be coming from the JS mindset of “if it hasn’t had a release in six months it must be dead”. But going off to spend several years thinking deeply about a problem would be totally in character for Rich.

mccd

I’m on a new project after being away from the frontend world for a while… And I have to say I really miss elm. The project where I used elm was truly one where I could build something and it was done. No bugs whatsoever. I don’t think I’ve experienced that in any other language.

Would I use elm again though? Hmmm, maybe for a frontend heavy project with few integrations that I never needed to hand over to anyone.