In clojure , apply cannot be applied to a macro. ... (defmacro apply-macro[func args] `(~func ~@args)) ... Any idea how to fix apply-macro ?
確定! 回上一頁