(defn really-cool-stuff [a b c] (or (operation1 a b) (operation2 b c) (operation3 a b c))) (defmacro or-nil? ([] nil) ([x] x) ([x & next] `(let [or# ~x] (if ...
確定! 回上一頁