Created
December 4, 2016 15:19
-
-
Save zhouqiang-cl/b32e5ac123ce37219655153bd0b44349 to your computer and use it in GitHub Desktop.
common lisp 的闭包
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
描述 | |
由于Common Lisp 是词法作用域的,所以如果定义含有自由变量的函数,系统就必须在函数定义时保存那些变量的绑定 | |
这种函数和一组变量绑定的组合称为闭包 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment