Re: [elm-discuss] Resources guiding towards shifting to Functional Thinking

2017-04-26 Thread Oliver Searle-Barnes
I found this talk really useful coming from an OO background, https://www.youtube.com/watch?v=E8I19uA-wGY=youtu.be=1s. The code examples are in F# but it's an ML based language and the talk is mainly conceptual rather than code heavy. On Wednesday, 26 April 2017 12:44:17 UTC+2, Jiggneshh Gohel

Re: [elm-discuss] Resources guiding towards shifting to Functional Thinking

2017-04-26 Thread Jiggneshh Gohel
Thanks Wojciech. http://elmprogramming.com/ really looks to be a promising resources for learning Elm. Thanks for sharing. On Wed, Apr 26, 2017 at 4:05 PM, Wojciech Piekutowski < w.piekutow...@gmail.com> wrote: > I recommend http://elmprogramming.com/. It isn't solely focused on > functional

Re: [elm-discuss] Resources guiding towards shifting to Functional Thinking

2017-04-26 Thread Wojciech Piekutowski
I recommend http://elmprogramming.com/. It isn't solely focused on functional programming, but has great illustrations of some concepts that could initially be hard to grasp. For example http://elmprogramming.com/string.html#filtering-a-string On 26 April 2017 at 12:13, Jiggneshh Gohel

[elm-discuss] Resources guiding towards shifting to Functional Thinking

2017-04-26 Thread Jiggneshh Gohel
Hello, I have started learning programming in Elm and gradually I am moving ahead with this following the awesome tutorial at https://www.elm-tutorial.org/en/ . While I am onto it I got a thought that somebody like me coming from purely imperative