Re: [elm-discuss] Functional programming, or why should I use Elm instead of vanilla javaScript?

2016-10-06 Thread Wouter In t Velt
This react-conf 2016 video on Elm (which was when I first heard of Elm) is a great explanation of the many things which are possible in javascript, but not necesserily good. Javascript is like an irresponsible parent. You can do pretty much

Re: [elm-discuss] Functional programming, or why should I use Elm instead of vanilla javaScript?

2016-10-06 Thread Zachary Kessin
*And all this stuff about immutability, can be easily achieved in plain javaScript. Eventually is Elm code will be converted to plain javaScript and not vice versa, so that's mean you can do all that stuff in javaScript but for sure there are some features in javaScript which you can't do in Elm.

[elm-discuss] Functional programming, or why should I use Elm instead of vanilla javaScript?

2016-10-05 Thread Sarkis Arutiunian
Recently I read article about Functional programming, all 5 parts . Yes it's pretty interesting article, written in interesting way. And I really like pattern of 'functional programming',