Steel Bank Common Lisp ( http://www.sbcl.org/ )
ubuntu:
Install SBCL
~$ sudo apt-get install sbcl
installed to
/usr/bin
/usr/lib
/usr/share/doc
Running SBCL
~$ sbcl
* (quit) ;quit sbcl
Install
~$ sudo apt-get install cl-asdf
install to
/usr/lib/asdf
/usr/share/doc/cl-asdf
http://acl.readthedocs.org/en/latest/zhTW/index.html
http://www.cs.cmu.edu/Groups/AI/html/cltl/cltl2.html
LISP中文教學
http://wiki.ubuntu.org.cn/index.php?title=Common_LISP_Hints&variant=zh-twhttp://acl.readthedocs.org/en/latest/zhTW/index.html
Common Lisp the Language, 2nd Edition
http://www.cs.cmu.edu/Groups/AI/html/cltl/cltl2.html