I'm attempting #AdventofCode in #elm this year, which I will admit has been quite a challenge so far. #FunctionalProgramming is so weird!!! Hoping I start to see the light soon.
Answers here: https://github.com/bielsnohr/elm-advent-of-code
@mattasdata why elm? It has only half the useful parts of a functional language. A functional language that you can't define a Functor in - 😔
@mattasdata #PureScript is a very well designed functional programming language that learned a lot from the mistakes of #Haskell and F#. It also targets #Javascript as itd output.