Mastering Clojure Macros(Pragmatic,2014)
Level up your skills by taking advantage of Clojure's powerful macro system. Macros make hard things possible and normal things easy. They can be tricky to use, and this book will help you deftly navigate the terrain. You'll discover how to write straightforward code that avoids duplication and clarifies your intentions. You'll learn how and why to write macros. You'll learn to recognize situations when using a macro would (and wouldn't!) be helpful. And you'll use macros to remove unnecessary code and build new language feature s.
下载地址
用户评论
不错的图书,前面有On Lisp, Let over Lambda,虽然那是针对Common Lisp的,原理是相通的,所以感觉写得还不够透彻。