aaraza
4/20/2018 - 7:39 PM

fp-filter-array.clj

(fn [delim lst] 
  (reduce #(if (true? (< %2 delim))
                (conj %1 %2) %1) [] lst))