Not so much Elm itself, but functional programming in general. What wouldn't lodge into my thinking was: immutability + the complete lack of variables + and no global scope.
How do you achieve stuff if you can't write x = x + 1 ? It took me ages to get comfortable with the functional way of doing things. Now, like all other converts, I tend to write "functionally" even when I'm using an OO language -- You received this message because you are subscribed to the Google Groups "Elm Discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
