Functional Programming Fundamental Concepts - Haskell Examples

preview_player
Показать описание
Thanks for watching! If you liked the video, hit the like button. If you want me to cover something in the future or have further questions about this topic, leave a comment.

Рекомендации по теме
Комментарии
Автор

I can't believe i missed functional programming for so many years, it s so cool

lutaseb
Автор

Amazing Contents first person how explain the Functional Programming Fundamental Concepts in 2018, I love it so much :D Thanks <3 .

محمدالباقرخالدمنشدناصر
Автор

Hey everyone! Small thing that I noticed while reviewing the video. I misspoke while explaining the recursive solution to [1..10]. 10 would be the FIRST value to successfully match a pattern, not the last value.

So, 10 would be returned from sumList [10], which would then result in 9 + 10, leading to:
8 + 19 then 7 + 27 then 6 + 34 then 5 + 40 then 4 + 45 then 3 + 49 then 2 + 52 then 1 + 54

Hope that prevents any potential confusion!

NWCalvank
Автор

I just discovered your videos, good stuff (in relation to JS). How have you balanced your love for the functional paradigm and job prospects? Languages like Elixir/Haskell etc. or even js'esque items like rxjs, really interest me, but putting in the time on these or finding a way to fit them, seems a bit rough. Do you do your functional programming "on the side" or ? I just don't see a lot of prospects for languages that are more functional centric. your thoughts?

venicebeachsurfer
join shbcf.ru