From cf4181cd7b0c56df2d3688bb5faa396c1edf5466 Mon Sep 17 00:00:00 2001 From: Alexander Fefelov Date: Thu, 9 Jan 2014 05:45:50 +0400 Subject: [PATCH] Added "The Evolution of Lisp" Fixed typos --- free-programming-books.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/free-programming-books.md b/free-programming-books.md index c3c603ff..af227e2c 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -969,13 +969,14 @@ See also [TeX](#tex) * [Let Over Lambda - 50 Years of Lisp](http://letoverlambda.com/index.cl/toc) * [Lisp Hackers: Interviews with 100x More Productive Programmers](https://leanpub.com/lisphackers) - Vsevolod Dyomkin * [Lisp Koans](https://github.com/google/lisp-koans) -* [List Web Tails](https://leanpub.com/lispwebtales/purchases/new) +* [Lisp Web Tales](https://leanpub.com/lispwebtales/purchases/new) * [Natural Language Processing in Lisp](http://www.informatics.susx.ac.uk/research/groups/nlp/gazdar/nlp-in-lisp/index.html) * [On Lisp](http://www.paulgraham.com/onlisp.html) * [Practical Common Lisp](http://www.gigamonkeys.com/book/) * [Sketchy LISP](http://www.bcl.hamilton.ie/~nmh/t3x.org/zzz/) - Nils Holm * [Structure and Interpretation of Computer Programs](http://mitpress.mit.edu/sicp/) * [Successful Lisp: How to Understand and Use Common Lisp](http://psg.com/~dlamkins/sl/) - David Lamkins +* [The Evolution of Lisp](http://www.dreamsongs.com/Files/HOPL2-Uncut.pdf) - Guy L. Steele Jr., Richard P. Gabriel ###Lua * [Programming In Lua](http://www.lua.org/pil/) (for version 5) -- GitLab