这是个 Wiki 主题,大家可随意䃼充,链接和书名、介紹皆可。
Lisp – Historys
-
Recursive Functions of Symbolic Expressions and Their Computation by Machine, Part I
又名 John McCarthy 的论文。
-
McCarthy 写的第一门主流 Lisp 方言标准。
-
Advanced Lisp Technology
讨论了各種 (小众) Lisp 实現的效率与语言特性。
-
Evolution of Lisp
历史读物。
-
Performance And Evaluation of Lisp Systems
Emacs Lisp
-
Finseth, C.A., 1991. The Craft of Text Editing : Emacs for the Modern World. Springer New York.
-
Cameron, D., Elliott, J., Loy, M., Raymond, E.S., Rosenblatt, B., 2005. Learning GNU Emacs. “ O’Reilly Media, Inc.”
-
Cameron, D., 1999. GNU Emacs Pocket Reference. “ O’Reilly Media, Inc.”
-
Pedersen, J.S., Curley, C., Aalto, J., Ludlam, E., Ayers, L., 1999. SAMS Teach Yourself Emacs in 24 Hours. Sams.
-
Glickstein, B., 1997. Writing GNU Emacs Extensions: Editor Customizations and Creations with Lisp. “ O’Reilly Media, Inc.”
-
Finseth, C.A., 2012. The craft of text editing: Emacs for the modern world. Springer Science & Business Media.
if you are really interested in Emacs and know Russian try:
-
Emacs для начинающих
Common Lisp
根据 ANSI 标准,Common Lisp “是一门面向对象的编程语言”。
-
ANSI INCITS 226-1994: Programming Language Common Lisp
1153 页的 Common Lisp 语言标准。该标准的草案的 PDF 和 TeX 源码在此免费可得,和官方版內容无实质区別。
-
Common Lisp the Language, 2nd Edition
Common Lisp 的事实标准,一般用于替代上面那本 $60
且没有电子书版的玩意。包括了第一版的內容。link 里是 LaTeX Source 和 dvi。 -
ANSI Common Lisp
同上。
-
Lisp Works 出的 HTML 版语言标准。
-
On Lisp
CLOS, Macro, Catch, all the evil and dark things.
-
Basic Lisp Techniques
-
开源的小册子。
-
COMMON LISP: A Gentle Introduction to Symbolic Computation
-
Common Lisp Recipes
-
Land of Lisp
R18 读物。
-
Let Over Lambda
写 Lisp 不用宏的都是弱子。
-
示范如何用common lisp建立网站。
-
Common Lisp 名书在 GitHub 上复活了。
Scheme
-
IEEE Std 1178-1990 - IEEE Standard for the Scheme Programming Language
560 KB 售價 $150。然后里面连宏都没规范你敢信?
-
SCHEME-An-Interpreter-for-extended-lambda-calculus
太老了,主要起参考 Scheme 设计的作用。
-
Structure and Interpretation of Computer Programs
又名: SICP
-
The Scheme Programming Language, 4th Edition
-
the-little-schemer-4th-edition
-
Simply Scheme
-
Concrete Abstractions
-
Scheme and the Art of Programming
InterLisp
继第一代主流方言 Lisp 1.5 之后早期主流 Lisp 之一,与之并驾齐驱的是 MacLisp。
- LISP details
- Interlisp Reference Manual
Lisp Machine Lisp/ZetaLisp
用來修改维护一些古蕫软件用
-
这可是 RMS 参与编写的
EuLisp
顾名思义,欧州人的 Lisp,不是非州人的 Lisp。具有类 CLOS 介面和动态作用域的 Lisp-1。
-
为数不多的文档之一。
ISLisp
由 ISO 标准化的 Lisp 实现,注重和现有 Lisp 方言的兼容性和高性能、工业化、移植性。
-
最新 ISLisp 语言标准,会员价只要 $185.60!
-
上述标准的 Public Domain 版,內容实质基本是一样的。 –