Elm implementation of “Ultimate Tic-tac-toe”

An implementation of ultimate tictactoe in Elm. Contribute to jjst/ultimate-tictactoe development by creating an account on GitHub. Read more

Similar

Where can we find the roadmap of Elm?

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 »

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 »