;converting a vector to a set user=> (reduce conj #{} [:a :b :c]) #{:a :c :b}
user=> (reduce conj #{} [:a :b :c]) #{:a :c :b}