VL
lein figwheel
lein jsass auto
Size: a a a
VL
m
A
AC
AC
AC
m
IG
DS
T
(-> x
f1
f2
(->> f3
f4))
T
T
(let [foo (-> x f1 f2)]
(->> foo f3 f4))
DS
(let [foo (-> x f1 f2)]
(->> foo f3 f4))
T
(-> (client/get url ...)
:body
(parse-string true)
:Tasks
...)
DS
(-> (client/get url ...)
:body
(parse-string true)
:Tasks
...)
T
DS
T
DS