Re: Questions regarding lazy sequence processing

2013-02-16 Thread Steven Yi
Hi Herwig, Thanks for the reply! I think I had tried that before and I tried again just now but it gives a problem of arity: CompilerException java.lang.RuntimeException: Can't have fixed arity function with more params than variadic function, compiling:(audio_seq/core.clj:42) which makes s

Questions regarding lazy sequence processing

2013-02-15 Thread Steven Yi
Hi All, I'm fairly new to Clojure (enjoying it very much!) and had a couple questions regarding lazy sequences. 1. With a sequence of sequences, I want to reduce the sequences down into a single sequence. So, the heads of all the sequences gets reduced, then the next items, etc. The end re