Understanding the Elm Architecture

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: Read more

Similar

Let’s make a GraphQL client in Elm

I’m a big fan of GraphQL and I’d like to explore how to use it in Elm. With a statically typed language (like Elm) we should be able to achieve very nice things, such as using a DSL to write queries and determine their correctness at compile time. We’ll i... (more…)

Read more »

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 »