Does Elm Harmonize with F#?

After experimenting with Elm, I was hooked. I could feel that working with a smart type system brought both reliability, in the sense of “it does what I want it to do”, and safety, in the sense of “it does not have bugs”.

Similar

Type Bombs in Elm

If you want to make anyone on the core Elm team roll their eyes, just pick a feature that Haskell has and say, "Elm should have it too." 'Typeclasses' is the most common way to play the game, but you'll get extra hipster points if you say 'Higher-Kinded ...

Read more »