Algorithmus, um einen String -Klojure umzukehren
user=> (reduce conj '() [1 2 3 4])
(4 3 2 1)
jordangarrison
user=> (reduce conj '() [1 2 3 4])
(4 3 2 1)