摘要:
原文地址:https://www.abhinavomprakash.com/posts/macrobrew/ Macrobrew: Clojure macros distilled November 10, 2021 · 23 min · Abhinav Omprakash I first read 阅读全文
摘要:
#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 阅读全文
摘要:
1,java.lang.ClassNotFoundException Unknown pair 1.Please try to turn on isStoreKeepBinary in cache settings - like this; please note the last line: do 阅读全文
摘要:
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 阅读全文
摘要:
1,背景 调试代码的时候遇到continue处的breakpoint不起作用,故记录一下过程。 2,分析过程 2.1,复现 public class test { public static void main(String[] args) { for (int i = 0; i < 10; i++ 阅读全文