TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: What books can I use to help teach my girlfriend Lisp?

6 pointsby randombitalmost 17 years ago
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?

2 comments

rajualmost 17 years ago
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!
vikramalmost 17 years ago
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.