Tagged Questions
17
votes
35answers
2k views
Nested for loops in different languages
Here is a fairly common problem. We have an array of arrays. We'd like to call some function for every combination of elements from the different arrays. Conceptually we'd like to do something like ...