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 ...
2
votes
4answers
268 views
Are the implementation details of declarative languages inherently imperative
I'm reading 'Functional Programming' by Tomas Petricek & Jon Skeet and I understand the difference between declarative & imperative programming.
What I was wondering is how are the primitive ...