Skip to content

Instantly share code, notes, and snippets.

@zhouqiang-cl
Created December 12, 2016 16:00
Show Gist options
  • Save zhouqiang-cl/f4cef02ec6c60cecb804f6ff381312af to your computer and use it in GitHub Desktop.
Save zhouqiang-cl/f4cef02ec6c60cecb804f6ff381312af to your computer and use it in GitHub Desktop.
common lisp 的变量 -
描述
- --- 一个form, 他的值是当前在被求值的 form
代码
* (print -)
(PRINT -)
(PRINT -)
* (format t "~&Evaluating ~S~%" -)
Evaluating (FORMAT T "~&Evaluating ~S~%" -)
NIL
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment