Comment by adamddev1
12 hours ago
I like the name `fold` as used by Haskell, Racket, et al. It gives me an image of folding up a long list into a ball, one chunk at a time.
12 hours ago
I like the name `fold` as used by Haskell, Racket, et al. It gives me an image of folding up a long list into a ball, one chunk at a time.
I like fold too, but I can never remember foldl vs foldr, it's always backwards to what I expect somehow
https://news.ycombinator.com/item?id=49736033 may help :)