алгоритм, чтобы обратить внимание на строку
user=> (reduce conj '() [1 2 3 4])
(4 3 2 1)
jordangarrison
user=> (reduce conj '() [1 2 3 4])
(4 3 2 1)