31. Crowd-sourcing how to traverse a nested data structure in different programming languages (changelog.com)
I had a use case come up while developing an Elixir application that involved wanting to perform a nested loop while mutating 2 counters and a map. The repo has a full description of the problem. I was able to solve it using Elixir, but I’m new to functional programming, so it took a bit of elbow gr...