We change the unquote operator ( ~ ) to the unquote-splicing operator ( ~@ ): (defmacro dbg [& body] `(let [x ~@body] (println (str "dbg: ...
確定! 回上一頁