in elm 0.19: isMinusOne : Int -> Bool isMinusOne val = case val of -1 -> True _ -> False Results in: parse error Line 4, Column 8 Something went wrong while parsing a `case` expression in isMinusOn... (more…)
Read more »
Build a functional lighting algorithm with us from scratch in Elm.
Read more »
Elm is great, but how do I use it in my existing React application?
In this article, we explore how to embed Elm in a React application and have them work seamlessly together. (more…)
Read more »
Watch this talk to explore Elm, the programming language that brings an entirely new approach to front-end development. You will study the language but, more... (more…)
Read more »
Elm vs PureScript -- I've typed this or something similar enough times to just stick it in a Gist : ] - purescript-vs-elm.md... (more…)
Read more »