随笔分类 - clojure
摘要:原文地址:https://www.abhinavomprakash.com/posts/macrobrew/ Macrobrew: Clojure macros distilled November 10, 2021 · 23 min · Abhinav Omprakash I first read
阅读全文
摘要:1,https://stackoverflow.com/questions/56030237/variable-capture-with-macro-in-clojure 【已解决】 (defmacro t2macro [all-bindings body] (reduce (fn [acc [v
阅读全文
摘要:#1, defmacro和defn的区别 defn defines a function, defmacro defines a macro. The difference between functions and macros is that on a function call first t
阅读全文
摘要:Clojure Macros Tutorial - part 3: Syntax Quote (aka Backtick) in Clojure May 5, 2016 clojure Clojure provides a powerful tool to allow the developer t
阅读全文
摘要:原文地址 www.braveclojure.com Chapter 8 Chapter 8 When I was 18, I got a job as a night auditor at a hotel in Santa Fe, New Mexico, working four nights a
阅读全文