随笔分类 -  clojure

摘要:原文地址:https://www.abhinavomprakash.com/posts/macrobrew/ Macrobrew: Clojure macros distilled November 10, 2021 · 23 min · Abhinav Omprakash I first read 阅读全文
posted @ 2022-10-19 15:58 堕落门徒 阅读(31) 评论(0) 推荐(0) 编辑
摘要:1,https://stackoverflow.com/questions/56030237/variable-capture-with-macro-in-clojure 【已解决】 (defmacro t2macro [all-bindings body] (reduce (fn [acc [v 阅读全文
posted @ 2022-10-18 20:44 堕落门徒 阅读(22) 评论(0) 推荐(0) 编辑
摘要:#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 阅读全文
posted @ 2022-10-18 20:27 堕落门徒 阅读(56) 评论(0) 推荐(0) 编辑
摘要: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 阅读全文
posted @ 2022-10-18 20:15 堕落门徒 阅读(27) 评论(0) 推荐(0) 编辑
摘要:原文地址 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 阅读全文
posted @ 2022-10-18 20:10 堕落门徒 阅读(31) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示