Explaining map & reduce with animated examples

Hi! I created some animations to explain what happens internally with map & reduce functions.
The code is open source. Any feedback is welcome !
https://lambdabricks.github.io/animating-hofs/

13 Likes

Nice work! As a very visual person, I appreciate these a lot! :clap:

1 Like

I like the animation you’ve made @pel_daniel.

Looking back at the beginner time, when started studying about functional programming and map/folds (reduce) in the paper “Why Functional Programming Matters”. I find this animation is much more simpler to grasp and concise for the map and fold topics.

1 Like

This is lovely! What a great visualization. :heart_eyes:

1 Like

Thanks @blisscs, I should read “Why Functional Programming Matters” again.
And maybe do an Animated/Illustrated version of it :thinking:

1 Like

Thanks @rtfeldman !

You may like my work-in-progress tutorial to learn functional programming: http://lambdabricks.github.io/bricks-front-react/tutorial/

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.