1. 首页
  2. 编程语言
  3. 其他
  4. Mastering Clojure Macros(Pragmatic,2014)

Mastering Clojure Macros(Pragmatic,2014)

上传者: 2018-12-20 03:27:59上传 PDF文件 2.11MB 热度 63次
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.
下载地址
用户评论
码姐姐匿名网友 2018-12-20 03:27:59

不错的图书,前面有On Lisp, Let over Lambda,虽然那是针对Common Lisp的,原理是相通的,所以感觉写得还不够透彻。