| 18 | | * The Little Schemer, The Seasoned Schemer (very gentle introduction to scheme) |
| 19 | | * How To Design Programs [[http://www.htdp.org/]] (introduction to scheme and programming) |
| 20 | | * On Lisp, by Paul Graham [http://www.paulgraham.com/onlisptext.html](advanced lisp; pdf available online) |
| | 18 | * The Little Schemer, The Seasoned Schemer (very gentle introduction to scheme). |
| | 19 | * How To Design Programs [[http://www.htdp.org/]] (introduction to scheme and programming). |
| | 20 | * Paradigms of Artificial Intelligence Programming: Case Studies in Common Lisp, by Peter Norvig (introduction to lisp and AI). |
| | 21 | * On Lisp, by Paul Graham [http://www.paulgraham.com/onlisptext.html] (advanced lisp; pdf available online). |
| | 22 | * Lisp source code for AIMA [http://aima.cs.berkeley.edu/lisp/doc/overview.html]. |
| | 23 | |