Elm Compiler Written in Elm

Elm compiler written in Elm. Contribute to elm-in-elm/compiler development by creating an account on GitHub. Read more

Similar

Elm Type Declaration Demystified

While trying to learn Elm, I came across a few concepts that were not easy to grasp. Especially when it comes to types and the syntax. I struggled with the difference between type and type alias. I struggled with understanding what was going on in a type ... (more…)

Read more »

Elm onboarding

My experiences with trying out the elm programming language. From their landing page, to setting up a working elm environment on my computer. (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 »