Created
December 5, 2016 08:49
-
-
Save zhouqiang-cl/0cd52c7270e19adff73c5fbf21511737 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
形式 | |
(item1 item2 . tail) | |
描述 | |
tail 代表 list 最后的一串 object | |
代码 | |
* '(A B C . (D E F)) | |
(A B C D E F) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment