This is such a wonderful video. I just gotta share it.
For further actions, you may consider blocking this person and/or reporting abuse
This is such a wonderful video. I just gotta share it.
For further actions, you may consider blocking this person and/or reporting abuse
Minhaz -
Muhammad Awais -
Salim Chemes -
Cheryl Mataitini -
Top comments (7)
Cool stuff. Haskell is such a pleasure to use.
A few notes:
No arrays in functional JS? Why the heck not?
I've done plenty of functional js that used the array built-in. Since dynamism is one of JS's strengths, why throw it out?
Even though he explained it really well, I see why it's not popular, because like too many limitations and we hooomans don't like to have any limit.
He explained the limitations and their workarounds. Such FP is for PROs. :D
Good video, thanks for sharing.
These limitations only seem to be limitations. I used to be afraid of Haskell. Until recently I went to edx.org and pulled out their old course on FP with Eric Meijer. It's actually not intimidating. In Haskell you don't have to explicitly write
\x -> (y -> (z -> x + y + z)))
you can just write
\x y z -> x + y + z
When I first saw the video I thought the same way. Then it dawned on me that the point was to just introduce PURE functional programming through JS. It is tedious and feels limiting to write PURE FP in JS but it's different in Haskell (or other FP languages), that's the point.
JS is not a good language for trying to do "pure FP". However, Elm is a language that is ML inspired, and transpiles to JS.
Elm is undergoing a lot of change as it evolves. It's at 0.19, but still worthy of taking a serious look at it. Even for production, depending on one's production qualifications.
omfg thats awesome, tks
Why wear headphones when recording?
So you can hear the volume and clarity of your voice through the microphone and can adjust your voice/proximity to the microphone.