-
Common Lisp: https://en.wikipedia.org/wiki/Common_Lisp
-
Common Lisp wiki: http://www.cliki.net/
-
Clozure Common Lisp: http://ccl.clozure.com/
-
CLISP - an ANSI Common Lisp: https://sourceforge.net/projects/clisp/
-
Allegro CL: http://franz.com/products/allegrocl/
-
CMUCL: http://www.cons.org/cmucl/
-
Steel Bank Common Lisp: https://sourceforge.net/projects/sbcl/
-
LispWorks: http://www.lispworks.com/
-
Common Lisp HyperSpec: http://www.lispworks.com/documentation/HyperSpec/Front/index.htm
-
L-99: Ninety-Nine Lisp Problems: http://www.ic.unicamp.br/~meidanis/courses/mc336/2006s2/funcional/L-99_Ninety-Nine_Lisp_Problems.html
-
Quicklisp: https://www.quicklisp.org/
-
lispforum: http://www.lispforum.com/
-
DaanSystems: http://www.daansystems.com/
-
My Emacs For Common Lisp: http://nakrakiiya.github.io/mefcl/
-
Lisp: Common Lisp, Racket, Clojure, Emacs Lisp: http://hyperpolyglot.org/lisp
-
SLIME: The Superior Lisp Interaction Mode for Emacs: https://common-lisp.net/project/slime/
-
Jabberwocky a Lisp IDE: https://sourceforge.net/projects/jabberwocky/
-
使用 Cusp Eclipse 插件开发 Lisp 应用程序:https://www.ibm.com/developerworks/cn/opensource/os-eclipse-lispcusp/
-
Lisp Programming with Cusp: http://www.sergeykolos.com/cusp/intro/
-
Dandelion - Eclipse Lisp Plugin:http://blog.csdn.net/yang_7_46/article/details/26445133
-
Racket: http://racket-lang.org/
-
MIT/GNU Scheme: http://www.gnu.org/software/mit-scheme/
-
The Common Foreign Function Interface(cffi): https://common-lisp.net/project/cffi/
-
milkypostman/melpa: https://github.com/milkypostman/melpa
-
Build Your Own Lisp: http://www.buildyourownlisp.com/contents
-
MELPA: http://melpa.org/
-
CLOCC - Common Lisp Open Code Collection: https://sourceforge.net/projects/clocc/
-
Common Lisp配置:SBCL: http://blog.csdn.net/sw2wolf/article/details/7192721
-
MIT/GNU Scheme: http://groups.csail.mit.edu/mac/projects/scheme/
-
Lisp之根源: http://daiyuwen.freeshell.org/gb/rol/roots_of_lisp.html
-
The Roots of Lisp: http://www.paulgraham.com/rootsoflisp.html
-
Teach Yourself Scheme in Fixnum Days: http://ds26gte.github.io/tyscheme/index.html
-
Scheme语言简明教程: http://songjinghe.github.io/TYS-zh-translation/
-
The Revised6 Report on the Algorithmic Language Scheme: http://www.r6rs.org/
-
The Scheme Programming Language: http://www.scheme.com/tspl4/
-
Chez Scheme: http://www.scheme.com/
-
SLIME User Manual, version 2.14: https://common-lisp.net/project/slime/doc/html/
-
用 Guile 编写脚本: http://www.ibm.com/developerworks/cn/linux/l-guile/
-
slime-user-manual-cn: https://github.com/unionx/slime-user-manual-cn
-
SLIME’s documentation: https://slime-user-manual-cn.readthedocs.org/en/latest/
-
Lisp Primer: http://mypage.iu.edu/~colallen/lp/
-
函数式程序设计为什么至关重要: http://www.cnblogs.com/haiconc/articles/2344509.html
-
http://www.cs.cmu.edu/afs/cs/project/ai-repository/ai/html/faqs/lang/lisp/
-
Lisp Macro: http://c2.com/cgi/wiki?LispMacro
-
Condition Handling in the Lisp Language Family: http://www.nhplace.com/kent/Papers/Condition-Handling-2001.html
-
A Brief Guide to CLOS: http://www.aiai.ed.ac.uk/~jeff/clos-guide.html
-
与Scheme共舞: http://blog.csdn.net/g9yuayon/article/details/1676688
-
The Nature of Lisp: http://www.defmacro.org/ramblings/lisp.html
-
Common LISP Hints: http://wiki.ubuntu.org.cn/Common_LISP_Hints
-
【LISP】Pascal Costanza:极端片面的Lisp介绍: http://www.cnblogs.com/ronli/archive/2011/10/21/HelloLisp.html
-
Practical Common Lisp: http://gigamonkeys.com/book/
-
On Lisp (Chinese Translation): https://sourceforge.net/projects/onlisp-cn/
-
ANSI Common Lisp 中文翻譯版: http://acl.readthedocs.org/en/latest/
-
Chun Tian (binghe): http://tianchunbinghe.blog.163.com/
-
Lisp as an Alternative to Java: http://www.flownet.com/ron/papers/lisp-java/
-
Lisp as an Alternative to Java: http://www.norvig.com/java-lisp.html
-
The Common Lisp Cookbook: http://cl-cookbook.sourceforge.net/
- Clojure: http://clojure.org/
- Getting Started: http://dev.clojure.org/display/doc/Getting+Started
- Leiningen(一个自动化构建和依赖性管理工具,用于使用Clojure编程语言写的软件项目): http://leiningen.org/