LISP语言学习资源

LISP的介绍:
Paul Graham 的主页

http://paulgraham.com/index.html

Lisp之根源 - 保罗·格雷厄姆

http://daiyuwen.freeshell.org/gb/rol/roots_of_lisp.html

创造者的鉴赏力 - 保罗·格雷厄姆

http://daiyuwen.freeshell.org/gb/taste/taste.html

为什么Lisp语言如此先进?(译文)

http://www.ruanyifeng.com/blog/2010/10/why_lisp_is_superior.html

安装LISP:
在windows上安装common lisp开发环境

https://www.cnblogs.com/yaoyaohust/p/10228788.html

Welcome to CLISP

http://clisp.sourceforge.net/

学习LISP:
计算机程序的构造和解释(Structure and Interpretation of Computer Programs)中文勘误表(机械工业出版社,2004年2月出版):

http://www.is.pku.edu.cn/~qzy/books/sicp/errata.htm

Archive for the 'LISP'/'SICP' Category

https://eli.thegreenplace.net/tag/lisp

https://eli.thegreenplace.net/tag/sicp

ANSI Common Lisp 中文版 - 简体中文

http://acl.readthedocs.org/en/latest/zhCN/index.html

LISP (Book by Patrick Henry Winston)

http://people.csail.mit.edu/phw/Books/LISPTABLE.HTML

Scheme 语言概要

http://www.ibm.com/developerworks/cn/linux/l-schm/index1.html

原文地址:https://www.cnblogs.com/yaoyaohust/p/10228974.html