Simplified code.
This commit is contained in:
parent
ea8922daf1
commit
7f21443d6f
@ -6,7 +6,7 @@
|
||||
([a] (str "Hello, you silly " a "."))
|
||||
([a & more] (str "Hello to this group: "
|
||||
(apply str
|
||||
(interpose ", " (concat (list a) more)))
|
||||
(interpose ", " (cons a more)))
|
||||
"!")))
|
||||
|
||||
(defmulti diet (fn [x] (:eater x)))
|
||||
|
Loading…
Reference in New Issue
Block a user