My impressions of Elm

If you know me or have been reading this blog for a couple of years then chances are you know I’m a programming language nut. I not only believe that being a polyglot programmer makes you a better programmer overall, but I’m always on the look out for new…

Similar

Why I’m Stepping Away from Elm

UPDATE: adding a sentence for clarity after feedback from someone: I don’t think the issue is kernel code. I think the issue is that the Web platform support is small currently, and there’s a large barrier for community contribution to it, and this causes... (more…)

Read more »

Elm Optimize Level 2

Elm is fast. Can we make it faster? Turns out, yes! 🚀 We’ve put together elm-optimize-level-2, which is a CLI tool that adjusts the javascript that Elm generates to make it faster. Once installed, you can just call elm-optimize-level-2 instead of elm-m... (more…)

Read more »