no way to compare when less than two revisions

Differences

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


Next revision
doc:links [2014/06/10 18:02] – created gkazhoya
Line 1: Line 1:
 +==== Lisp Literature ====
  
 +  * [[http://www.paulgraham.com/onlisptext.html|Paul Graham - On Lisp]]: a very good book for intermediate Lisp programmers, that gives the reader a better feeling of the language. It is mostly concentrated on the concept of macros.
 +  * [[http://www.cs.cmu.edu/~dst/LispBook|David S. Touretzky - Common Lisp: A Gentle Introduction to Symbolic Computation]]: a book for Common Lisp beginners.