Closed elenam closed 9 years ago
Error: In function +, the second argument clojure.lang.LazySeq@22 must be a number but is a sequence.
Caused by:
(defn add5 [input & more] (if more (+ input (map + more) 5) (+ input 5))) (add5 2 3)
Need to deal with nested lazy sequences.
Error: In function +, the second argument clojure.lang.LazySeq@22 must be a number but is a sequence.
Caused by: