Thanks, Ken. > You'll need to avoid holding onto the head of your line-seq, which > means you'll need to make multiple passes over the data, one for the > as, one for the bs, and etc., with the output a lazy seq of lazy seqs.
Actually, it would be great to make separate, asynchronous passes for the a's, the b's, the c's, and the d's. Any suggestions on how to accomplish this? > There are zip functions in the Java standard library. I was hoping to avoid direct calls to Java and stay in clojure, if possible… (learning clojure is hard enough, without adding java to the mix ;) ~A -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en