注重体验与质量的电子书资源下载网站
分类于: 编程语言 互联网
简介
Mastering Clojure Macros: Write Cleaner, Faster, Smarter Code 豆 0.0分
资源最后更新于 2020-11-23 03:15:39
作者:Colin Jones
出版社:The Pragmatic Bookshelf
出版日期:2014-01
ISBN:9781941222225
文件格式: pdf
标签: Clojure Macro Programming 软件开发 编程 Macros 2014 programming
简介· · · · · ·
Clojure offers some sharp tools in its toolbox, and one of the sharpest is its macro system. This book will help you write macros using Clojure, and more importantly, recognize when you should be using macros in the first place.
The Lisp “code-as-data” philosophy gives tremendous advantages to macro authors and users. You can use macros to evaluate code in other contexts, move ...