mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-05-21 22:00:59 +00:00
Update clojure-macro-cn.html.markdown
This commit is contained in:
parent
5d6cf89875
commit
41edfb0c10
@ -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)使得你可以穷尽语言的特性,编写生成代码的子过程——“宏”。宏是一种按需调制语言的强大方式。
|
||||||
|
Loading…
Reference in New Issue
Block a user