more intuitive behavior for blank fn (___)
This commit is contained in:
parent
a4038d0781
commit
2cf40290b9
@ -2,7 +2,7 @@
|
|||||||
(:use clojure.test))
|
(:use clojure.test))
|
||||||
|
|
||||||
(def __ nil)
|
(def __ nil)
|
||||||
(def ___ (fn [& args] args))
|
(def ___ (fn [& args] nil))
|
||||||
|
|
||||||
(defmacro meditations [& forms]
|
(defmacro meditations [& forms]
|
||||||
(let [pairs (partition 2 forms)]
|
(let [pairs (partition 2 forms)]
|
||||||
|
Loading…
Reference in New Issue
Block a user