I\'m trying to get into the Clojure community. I\'ve been working a lot with Python, and one of the features I make extensive use of is the zip() method, for iterating over pair
The question has been answered, but there's still interleave, which also handles an arbitrary number of sequences, but does not group the resulting sequence into tuples (but you can use partition for that).