CodeMesh: Building a Graphical IDE in Elm/Purescript for an Embedded Language

Building a Graphical IDE in Elm/Purescript for an Embedded Language that Compiles to the Erlang VM…

Similar

The Power of Elm in JavaScript

Since first learning of Elm, I’ve only heard good things. I’m convinced Elm could become the future of front-end development in the coming years. Here are some blog posts in the Elm community that have particularly stuck out to me: (more…)

Read more »

JSON Decoding in Elm

JSON is probably the most common way of representing data that is being sent between a server and a browser. JSON stands for JavaScript Object Notation, and, as the name implies, dealing with JSON in JavaScript is pretty straight forward. When you get JSO... (more…)

Read more »