🌴
On vacation
Pinned Loading
-
Clojure魔改definline支持重载
Clojure魔改definline支持重载 1(defmacro definline+
2[name & decl]
3(let [body (map (fn [[args# expr#]]
4(let [f# (apply (eval (list `fn (list args# expr#))) args#)]
5`(~args# ~f#))) decl)
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.