《LISP语言》马希文( 马希文教授纪念网站 ) 宋柔 编著,高等教育出版社,1990年7月第1版. 在改革开放伊始,马老师作为首批访问学者便抵达斯坦福大学AI实验室,与John McCarthy共事。这个时候的LISP标准化工作还未完成,这本书所依据的方言是DCLISP。全书共分十四章,一至三章介绍LISP的基本的语法、语义,S表达式的概念,以及LISP的核心部分LISP1;四至十章主要讨论LISP的函数程序设计部分;十四章介绍LISP中的一些高级成分和高级应用(实现模式传递参数机制,实现逻辑型语言和泛函型语言)。这本书好像没有参考文献
《ANSI Common Lisp》中文翻譯版 https://acl.readthedocs.io/en/latest/
《Scheme 入门教程》https://deathking.github.io/yast-cn/
- Teahour.fm——http://teahour.fm/2014/03/17/interview-with-binghe.html 嘉宾:田春(冰河).
- 代码时间——http://codetimecn.com/episodes/lisp 嘉宾:韩祝鹏.
- 代码时间——http://codetimecn.com/episodes/clojure 嘉宾:何婧誉(Loretta)
- Loretta He:Clojure开发的心路历程——http://www.infoq.com/cn/interviews/interview-with-lorettahe-talk-clojure-develop
- Software Engineering Radio——http://www.se-radio.net/2006/11/episode-36-interview-guy-steele/ 嘉宾:Guy Steele
- Simons Foundation Video interviews, July 26, 2005, John McCarthy - https://www.simonsfoundation.org/2013/03/13/john-mccarthy/
- Learning SICP 公开课翻译项目 - https://learningsicp.github.io/
- Andy Balaam - Scheme Programming - https://www.bilibili.com/video/av36910308/ (油管搬运)
- Guy Steele - Cool Ideas (Dan Friedman's 60th Birthday) - https://www.bilibili.com/video/av32496013/ (油管搬运)
- Classic Papers in Programming Languages and Logic
- Professor John McCarthy
- Guy Steele
-
History of LISP - Paul Mcjones, editor.
- Practical Common Lisp
- Common Lisp: A Gentle Introduction to Symbolic Computation - David S. Touretzky
- Common Lisp the Language, 2nd Edition - Guy L. Steele Jr.
- The Common Lisp Cookbook
- Lisp journey
- European Lisp Symposium
- Learning Lisp for CMPT 310
- Scheme vs. Common Lisp
- Scheme vs. Python
- Lisp的永恒之道 : https://www.cnblogs.com/weidagang2046/archive/2012/06/03/tao_of_lisp.html
- Lisp的本质(Slava Akhmechet:The Nature of Lisp.Monday, May 8, 2006) :https://www.cnblogs.com/Leap-abead/articles/762180.html
- Lisp之根源(Paul Graham: The Roots of Lisp.May,2001) : https://www.cnblogs.com/Leap-abead/articles/762226.html
- 跨越边界: Lisp 之美,编程语言的王道 (Bruce Tate,2007): https://www.ibm.com/developerworks/cn/java/j-cb02067.html#author
- 不用 Lisp 学 Lisp: https://techsingular.net/2015/03/22/
- Why I love Lisp: https://pupeno.com/2011/08/16/why-i-love-lisp/
- Why Lisp Failed: http://locklessinc.com/articles/why_lisp_failed/
- This Old Lisp: http://thisoldlisp.com/talks/els-2018/ R. Matthew Emerson ( keynote talk from the 2018 European Lisp Symposium in Marbella, Spain )
- The Lisp Curse: http://www.winestockwebdesign.com/Essays/Lisp_Curse.html
- The Clojure Philosophy: http://www.drdobbs.com/architecture-and-design/the-clojure-philosophy/240150710/
- 7 Project ideas for learning Common Lisp: https://www.darkchestnut.com/2016/starter-projects/
- Programming Languages:Application and Interpretation.Shriram Krishnamurthi Brown University.2003、2012.
- Learning to Program in LISP.John R.Anderson,Robert Farrell and Ron Sauers.Carnegie-Mellon University.Cognitive Science 8,87-129(1984).
- The Roots of Lisp.Paul Graham.Draft,January 18,2002.
- Basic Lisp Techniques.David J.Cooper,franz.com,2003.
- Successful Lisp:How to Understand and Use Common lisp.David B.Lamkins,bookfix.com,2004.
- Logic Programming in Scheme.Nils M Holm,2007.
- An Axiomatic Basis for Computer Programming.C.A.R.Hoare.
- Computability and Complexity-from a programming perspective.Neils D.Jones,the MIT Press,1997. this book is not directly related to LISP,needless to say that it is Saitama.
- The Original 'Lambda Papers' by Guy Steele and Gerald Sussman : http://library.readscheme.org/page1.html
- The Rise of Worse is Better - Richard P. Gabriel : http://dreamsongs.com/RiseOfWorseIsBetter.html