algorithm to reverse a string clojure code example Example: algorithm to reverse a string clojure user=> (reduce conj '() [1 2 3 4]) (4 3 2 1)