Folding in Elixir
Mar 16, 2025 · 9 min read · Enumerables!! We work with them all the time. In functional programming, enumerables are data structures that can be iterated (enumerated) over — meaning you can go through each element one by one and apply operations like map, filter, reduce, etc. M...
Join discussion