a
Size: a a a
a
MA
IG
MA
Д
MA
a
АБ
АБ
DL
AK
D
One of my most controversial software opinions is that your sleep quality and stress level matter far, far more than the languages you use or the practices you follow. Nothing else comes close: not type systems, not TDD, not formal methods, not ANYTHING.
АБ
n
n
n
n
(def list '("hello" "world" 1))
(defn print-list [lst]
(if (seq lst)
(do (println (first lst)
(print-list (rest lst))))
(println "Finish")))
(print-list list)
DL