more intuitive behavior for blank fn (___)
This commit is contained in:
parent
a4038d0781
commit
2cf40290b9
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue