Not too many function in clojure.core can deal with multiple input sequences: As far as I can tell only map, mapv, pmap, sequence, interleave, lazy-cat and mapcat can. So if you need to iterate over ...