Skip to content

Instantly share code, notes, and snippets.

@zhouqiang-cl
Last active December 18, 2016 03:04
Show Gist options
  • Save zhouqiang-cl/40671c0eefbf75cbdf8897f15dafb4b9 to your computer and use it in GitHub Desktop.
Save zhouqiang-cl/40671c0eefbf75cbdf8897f15dafb4b9 to your computer and use it in GitHub Desktop.
common lisp的vector, array, list, sequence
描述
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