Update clojure-macro-cn.html.markdown

This commit is contained in:
Adam Bard 2014-02-27 14:18:35 -08:00
parent 5d6cf89875
commit 41edfb0c10

View File

@ -1,10 +1,11 @@
--- ---
language: "clojure macros" language: "clojure macros"
filename: learnclojuremacros.clj filename: learnclojuremacros-zh.clj
contributors: contributors:
- ["Adam Bard", "http://adambard.com/"] - ["Adam Bard", "http://adambard.com/"]
translators: translators:
- ["Jakukyo Friel", "http://weakish.github.io"] - ["Jakukyo Friel", "http://weakish.github.io"]
lang: zh-cn
--- ---
和所有Lisp一样Clojure内在的[同构性](https://en.wikipedia.org/wiki/Homoiconic)使得你可以穷尽语言的特性,编写生成代码的子过程——“宏”。宏是一种按需调制语言的强大方式。 和所有Lisp一样Clojure内在的[同构性](https://en.wikipedia.org/wiki/Homoiconic)使得你可以穷尽语言的特性,编写生成代码的子过程——“宏”。宏是一种按需调制语言的强大方式。