Login
From:
Hi, I'm Nicolas
(Uncensored)
subscribe
Reduce and the Ferris wheel metaphor · Hi, I'm Nicolas
https://nicolas.perriault.net/code/2018/reduce-and-the-ferris-wheel-metaphor/
links
backlinks
Tagged with:
code
webdev
frontend
elm
Roast topics
Find topics
Find it!
I recently had to introduce some Elm concepts to a coworker who had some experience with React and Redux. One of these concepts was List.foldl, a reduction function which exists in many languages, specifically as Array#reduce in JavaScript.