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.

I want to learn Lisp; any books or site to learn from?

5 pointsby reagancaesarover 13 years ago
I want to learn LISP any books or site to learn from?

5 comments

davesmylieover 13 years ago
Depending on what sort of lisp you're wanting to learn, theres the Structure and Interpretation of Computer Programs.<p>It uses scheme (a varient of lisp) and though a bit . . . challenging, is excellent:<p><a href="http://mitpress.mit.edu/sicp/" rel="nofollow">http://mitpress.mit.edu/sicp/</a>
pk137over 13 years ago
I wonder if you googled about this even a bit! There are quite good number of pages devoted exclusively to review &#38; discussion of LISP books.<p>For starters: <a href="http://bc.tech.coop/lisp-books.htm" rel="nofollow">http://bc.tech.coop/lisp-books.htm</a>
malandrewover 13 years ago
Practical Common Lisp - <a href="http://www.gigamonkeys.com/book/" rel="nofollow">http://www.gigamonkeys.com/book/</a><p>The Little Schemer<p>The Reasoned Schemer<p>The Seasoned Schemer
WhoSayInover 13 years ago
ANSI Common LISP by Paul GRAHAM -&#62; <a href="http://www.paulgraham.com/acl.html" rel="nofollow">http://www.paulgraham.com/acl.html</a>
评论 #3501439 未加载
maxdemarziover 13 years ago
<a href="http://landoflisp.com/" rel="nofollow">http://landoflisp.com/</a>