Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Last revisionBoth sides next revision
doc:links [2014/06/10 18:02] – created gkazhoyadoc:links [2022/02/07 12:03] – Added Land of Lisp and edited the comments to all books a bit. gkazhoya
Line 1: Line 1:
 ==== Lisp Literature ==== ==== Lisp Literature ====
  
-  * [[http://www.paulgraham.com/onlisptext.html|Paul Graham On Lisp]]: a very good book for intermediate Lisp programmersthat gives the reader better feeling of the language. It is mostly concentrated on the concept of macros+  * [[http://landoflisp.com|Conrad Barski Land of Lisp]]: a fun introduction to Lisp for beginnerswith game-like approach and lots of great illustrations
-  * [[http://www.cs.cmu.edu/~dst/LispBook|David S. Touretzky - Common Lisp: A Gentle Introduction to Symbolic Computation]]: book for Common Lisp beginners.+  * [[http://www.cs.cmu.edu/~dst/LispBook|David S. Touretzky - Common Lisp: A Gentle Introduction to Symbolic Computation]]: another book for Common Lisp beginners, not as fun as the Land of Lisp but free of charge. 
 +  * [[http://www.paulgraham.com/onlisptext.html|Paul Graham - On Lisp]]: a book for intermediate/advanced Lisp programmers, that gives the reader a better feeling of the language. Best book for those who want to become expert in the Lisp macro magic.