Update lispcookbook
This commit is contained in:
parent
2761743b8e
commit
e8fad45192
1 changed files with 5 additions and 1 deletions
|
@ -223,7 +223,11 @@ a book containing recipes and other information about the preparation and cookin
|
||||||
<li><a href="http://www-2.cs.cmu.edu/~dst/LispBook/">Common Lisp: A Gentle Introduction to Symbolic Computation</a> by David S. Touretzky</li>
|
<li><a href="http://www-2.cs.cmu.edu/~dst/LispBook/">Common Lisp: A Gentle Introduction to Symbolic Computation</a> by David S. Touretzky</li>
|
||||||
<li><a href="https://successful-lisp.blogspot.com/p/httpsdrive.html">Successful Lisp: How to Understand and Use Common Lisp</a> by David B. Lamkins</li>
|
<li><a href="https://successful-lisp.blogspot.com/p/httpsdrive.html">Successful Lisp: How to Understand and Use Common Lisp</a> by David B. Lamkins</li>
|
||||||
<li><a href="http://www.paulgraham.com/onlisptext.html">On Lisp</a> by Paul Graham</li>
|
<li><a href="http://www.paulgraham.com/onlisptext.html">On Lisp</a> by Paul Graham</li>
|
||||||
<li><a href="http://www-2.cs.cmu.edu/Groups/AI/html/cltl/cltl2.html">Common Lisp the Language, 2nd Edition</a> by Guy L. Steele</li>
|
<li><a href="http://www-2.cs.cmu.edu/Groups/AI/html/cltl/cltl2.html">Common Lisp the Language, 2nd Edition</a> by Guy L. Steele
|
||||||
|
<ul>
|
||||||
|
<li><a href="https://github.com/mmontone/cltl2-doc">CLtL2, in PDF format</a></li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
<li><a href="https://www.cs.umd.edu/%7Enau/cmsc421/norvig-lisp-style.pdf">A Tutorial on Good Lisp Style</a> by Peter Norvig and Kent Pitman</li>
|
<li><a href="https://www.cs.umd.edu/%7Enau/cmsc421/norvig-lisp-style.pdf">A Tutorial on Good Lisp Style</a> by Peter Norvig and Kent Pitman</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue