;; Add one sequence to another: user=> (reduce conj [1 2 3] [4 5 6]) [1 2 3 4 5 6]
Add one sequence to another: user=> (reduce conj [1 2 3] [4 5 6]) [1 2 3 4 5 6]