Last active
December 18, 2016 03:04
-
-
Save zhouqiang-cl/40671c0eefbf75cbdf8897f15dafb4b9 to your computer and use it in GitHub Desktop.
common lisp的vector, array, list, sequence
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
描述 | |
vector --- 一维的 array | |
list --- 一个 conses 的链, 用 car 和cdr 可操作 | |
array --- 数组 | |
sequence --- 序列, 包含 list 和 array |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment