My girlfriend has been working through the Little Lisper, and I try to answer her questions but she is getting somewhat frustrated by the low content style of Little Lisper. Can HN recommend texts for learning Lisp as a first language?
There are some good beginner books on Lisp, and there have been several discussions before. Two books come to my mind, PCL and "Gentle Introduction to Symbolic Computation", both for the Lisp beginner. I have read most of PCL and really liked it. I have just begun to read Gentle Introduction to Symbolic Computation and so far, am really liking it. Both are freely available on the net, so you have nothing to lose to try them out.<p>PCL - <a href="http://gigamonkeys.com/book/" rel="nofollow">http://gigamonkeys.com/book/</a>
Gentle Intro to Sym Comp - <a href="http://www.cs.cmu.edu/~dst/LispBook/index.html" rel="nofollow">http://www.cs.cmu.edu/~dst/LispBook/index.html</a><p>Reference links -<p><a href="http://news.ycombinator.com/item?id=125766" rel="nofollow">http://news.ycombinator.com/item?id=125766</a><p><a href="http://www.pchristensen.com/blog/articles/how-to-learn-lisp/" rel="nofollow">http://www.pchristensen.com/blog/articles/how-to-learn-lisp/</a><p>Hope this helps. Good luck!
SICP is a good introduction book. It is fairly deep too. The goal of little lisper is to make you understand recursion. If she gets that then she can get into SICP.