DL
Size: a a a
DL
DL
RN
DL
RN
RN
DL
DL
OR
AC
KR
KR
KR
AC
AC
(s/def ::alabala #{1 2 3})
AK
T
(some (comp #{[:sep 3]} (juxt :month :day)) days-passed)
Г
(defn opt-map
[xs & f]
(map (fn [x] (if (nil? f) x (f x))) xs))
(opt-map
'(1 2 3)
#(+ 3 %))
Error printing return value (ClassCastException) at ...
; class clojure.lang.ArraySeq cannot be cast to class clojure.lang.IFn (clojure.lang.ArraySeq and clojure.lang.IFn are in unnamed module of loader 'app')
D