|
2 | 2 |
|
3 | 3 | * Common Lisp: https://en.wikipedia.org/wiki/Common_Lisp
|
4 | 4 | * Clozure Common Lisp: http://ccl.clozure.com/
|
| 5 | +* CLISP - an ANSI Common Lisp: https://sourceforge.net/projects/clisp/ |
5 | 6 | * Allegro CL: http://franz.com/products/allegrocl/
|
6 | 7 | * CMUCL: http://www.cons.org/cmucl/
|
| 8 | +* Steel Bank Common Lisp: https://sourceforge.net/projects/sbcl/ |
7 | 9 | * Common Lisp HyperSpec: http://www.lispworks.com/documentation/HyperSpec/Front/index.htm
|
8 | 10 | * Common Lisp wiki: http://www.cliki.net/
|
9 | 11 | * https://common-lisp.net/index.html
|
|
18 | 20 | * SLIME: The Superior Lisp Interaction Mode for Emacs: https://common-lisp.net/project/slime/
|
19 | 21 | * https://github.com/slime/slime/
|
20 | 22 | * Lispbox: https://common-lisp.net/project/lispbox/
|
| 23 | +* Jabberwocky a Lisp IDE: https://sourceforge.net/projects/jabberwocky/ |
21 | 24 | * Limp: http://www.vim.org/scripts/script.php?script_id=2219
|
22 | 25 | * LispWorks: http://www.lispworks.com/
|
23 | 26 | * Racket: http://racket-lang.org/
|
|
27 | 30 | * Build Your Own Lisp: http://www.buildyourownlisp.com/contents
|
28 | 31 | * Lisp Programming with Cusp: http://www.sergeykolos.com/cusp/intro/
|
29 | 32 | * MELPA: http://melpa.org/
|
| 33 | +* CLOCC - Common Lisp Open Code Collection: https://sourceforge.net/projects/clocc/ |
30 | 34 |
|
31 | 35 | # Tutorials
|
32 | 36 |
|
|
35 | 39 | * The Roots of Lisp: http://www.paulgraham.com/rootsoflisp.html
|
36 | 40 | * Teach Yourself Scheme in Fixnum Days: http://ds26gte.github.io/tyscheme/index.html
|
37 | 41 | * Scheme语言简明教程: http://songjinghe.github.io/TYS-zh-translation/
|
38 |
| -* The Revised6 Report on the Algorithmic Language Scheme: http://www.r6rs.org/ |
| 42 | +* The Revised6 Report on the Algorithmic Language Scheme: http://www.r6rs.org/ |
39 | 43 | * The Scheme Programming Language: http://www.scheme.com/tspl4/
|
40 | 44 | * Chez Scheme: http://www.scheme.com/
|
41 | 45 | * SLIME User Manual, version 2.14: https://common-lisp.net/project/slime/doc/html/
|
|
54 | 58 | * 【LISP】Pascal Costanza:极端片面的Lisp介绍: http://www.cnblogs.com/ronli/archive/2011/10/21/HelloLisp.html
|
55 | 59 | * Practical Common Lisp: http://gigamonkeys.com/book/
|
56 | 60 | * On Lisp: http://www.paulgraham.com/onlisp.html
|
| 61 | +* On Lisp (Chinese Translation): https://sourceforge.net/projects/onlisp-cn/ |
57 | 62 | * ANSI Common Lisp 中文翻譯版: http://acl.readthedocs.org/en/latest/
|
58 | 63 | * Chun Tian (binghe): http://tianchunbinghe.blog.163.com/
|
59 | 64 | * Lisp as an Alternative to Java: http://www.flownet.com/ron/papers/lisp-java/
|
60 | 65 | * Lisp as an Alternative to Java: http://www.norvig.com/java-lisp.html
|
| 66 | +* The Common Lisp Cookbook: http://cl-cookbook.sourceforge.net/ |
61 | 67 |
|
62 | 68 |
|
63 |
| -# Clojure |
64 |
| - |
65 |
| -## Leiningen |
66 | 69 |
|
67 |
| - 一个自动化构建和依赖性管理工具,用于使用Clojure编程语言写的软件项目 |
| 70 | +# Clojure |
68 | 71 |
|
69 |
| -* http://leiningen.org/ |
| 72 | +* Clojure: http://clojure.org/ |
| 73 | +* Getting Started: http://dev.clojure.org/display/doc/Getting+Started |
| 74 | +* Leiningen(一个自动化构建和依赖性管理工具,用于使用Clojure编程语言写的软件项目): http://leiningen.org/ |
0 commit comments