Skip to content

Commit a0243e3

Browse files
committed
update lisp
1 parent 9616d2c commit a0243e3

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

Lisp学习之路.md

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,10 @@
22

33
* Common Lisp: https://en.wikipedia.org/wiki/Common_Lisp
44
* Clozure Common Lisp: http://ccl.clozure.com/
5+
* CLISP - an ANSI Common Lisp: https://sourceforge.net/projects/clisp/
56
* Allegro CL: http://franz.com/products/allegrocl/
67
* CMUCL: http://www.cons.org/cmucl/
8+
* Steel Bank Common Lisp: https://sourceforge.net/projects/sbcl/
79
* Common Lisp HyperSpec: http://www.lispworks.com/documentation/HyperSpec/Front/index.htm
810
* Common Lisp wiki: http://www.cliki.net/
911
* https://common-lisp.net/index.html
@@ -18,6 +20,7 @@
1820
* SLIME: The Superior Lisp Interaction Mode for Emacs: https://common-lisp.net/project/slime/
1921
* https://github.com/slime/slime/
2022
* Lispbox: https://common-lisp.net/project/lispbox/
23+
* Jabberwocky a Lisp IDE: https://sourceforge.net/projects/jabberwocky/
2124
* Limp: http://www.vim.org/scripts/script.php?script_id=2219
2225
* LispWorks: http://www.lispworks.com/
2326
* Racket: http://racket-lang.org/
@@ -27,6 +30,7 @@
2730
* Build Your Own Lisp: http://www.buildyourownlisp.com/contents
2831
* Lisp Programming with Cusp: http://www.sergeykolos.com/cusp/intro/
2932
* MELPA: http://melpa.org/
33+
* CLOCC - Common Lisp Open Code Collection: https://sourceforge.net/projects/clocc/
3034

3135
# Tutorials
3236

@@ -35,7 +39,7 @@
3539
* The Roots of Lisp: http://www.paulgraham.com/rootsoflisp.html
3640
* Teach Yourself Scheme in Fixnum Days: http://ds26gte.github.io/tyscheme/index.html
3741
* 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/
3943
* The Scheme Programming Language: http://www.scheme.com/tspl4/
4044
* Chez Scheme: http://www.scheme.com/
4145
* SLIME User Manual, version 2.14: https://common-lisp.net/project/slime/doc/html/
@@ -54,16 +58,17 @@
5458
* 【LISP】Pascal Costanza:极端片面的Lisp介绍: http://www.cnblogs.com/ronli/archive/2011/10/21/HelloLisp.html
5559
* Practical Common Lisp: http://gigamonkeys.com/book/
5660
* On Lisp: http://www.paulgraham.com/onlisp.html
61+
* On Lisp (Chinese Translation): https://sourceforge.net/projects/onlisp-cn/
5762
* ANSI Common Lisp 中文翻譯版: http://acl.readthedocs.org/en/latest/
5863
* Chun Tian (binghe): http://tianchunbinghe.blog.163.com/
5964
* Lisp as an Alternative to Java: http://www.flownet.com/ron/papers/lisp-java/
6065
* Lisp as an Alternative to Java: http://www.norvig.com/java-lisp.html
66+
* The Common Lisp Cookbook: http://cl-cookbook.sourceforge.net/
6167

6268

63-
# Clojure
64-
65-
## Leiningen
6669

67-
一个自动化构建和依赖性管理工具,用于使用Clojure编程语言写的软件项目
70+
# Clojure
6871

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

Comments
 (0)