The famous lisp in a box

common-lisp.net/project/lispbox/
a package of emacs and popular lisp implementations
Practical Common Lisp
www.gigamonkeys.com/book/Lisp oriented. Designed for lisp newbies, advantages of lisp and how to use lisp macros.
Structure and Interpretation of Computer Programs
mitpress.mit.edu/sicp/full-text/book/book.html
this is my favorite book. For the examples in the book it uses scheme.
(one day when i get time have to finish working on examples)
But it is more the a book on scheme.
It is a book on programming

Ironically very few books on "programming"
Covers everything from simple data structures to compiler construction
Those MIT boys are brilliant

Example of how to implement a state machine in scheme using syntax case macro system
not for newbies. a very complex macro. if you look at it ur head will blow up like perks did

classes.eclab.byu.edu/330/wiki/index.cgi?FunWithMacros
Red lisp
A very small lisp, probably not much practical use, will investigate
http://omouse.googlepages.com/