TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Common Lisp Books

125 点作者 katzeilla将近 4 年前

15 条评论

pedrodelfino将近 4 年前
I really liked &quot;Common LISP: A Gentle Introduction to Symbolic Computation&quot;, from David S. Touretzky. I think it could have been mentioned. Unlike Practical Common Lisp, it has exercises and extensive sections in each chapter just on tools (such as dribble, trace, describe, step, et cetera).<p>Moreover, I was expecting to see &quot;Paradigms of Artificial Intelligence Programming&quot;, from Peter Norvig. I have not fully read it, but it seems to be an awesome book. Not just to learn Lisp but a good book in general, since the code is beautifully designed. Despite the title, AI (GOFAI, actually) is just the domain, the lisp techniques and code approach can be applied to other areas.<p>This Reddit&#x27;s post presents another list that might be an interesting complement to the one we are discussing here: <a href="https:&#x2F;&#x2F;www.reddit.com&#x2F;r&#x2F;Common_Lisp&#x2F;comments&#x2F;ddcoar&#x2F;selection_of_lisp_books&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.reddit.com&#x2F;r&#x2F;Common_Lisp&#x2F;comments&#x2F;ddcoar&#x2F;selecti...</a>
评论 #27572128 未加载
评论 #27573142 未加载
Rochus将近 4 年前
Quite a random selection for such an official looking URL; what about e.g. &quot;Common Lisp - The Language&quot; (<a href="https:&#x2F;&#x2F;www.amazon.com&#x2F;-&#x2F;de&#x2F;dp&#x2F;1555580416" rel="nofollow">https:&#x2F;&#x2F;www.amazon.com&#x2F;-&#x2F;de&#x2F;dp&#x2F;1555580416</a>) or e.g. &quot;Object-oriented programming in Common LISP&quot; (<a href="https:&#x2F;&#x2F;www.amazon.com&#x2F;-&#x2F;de&#x2F;dp&#x2F;0201175894" rel="nofollow">https:&#x2F;&#x2F;www.amazon.com&#x2F;-&#x2F;de&#x2F;dp&#x2F;0201175894</a>)? However, the reference to &quot;Principles of Biomedical Informatics&quot; was useful; looks like a very interesting book; another important CL application book not on the list, is of course &quot;Paradigms of Artificial Intelligence Programming&quot; (<a href="https:&#x2F;&#x2F;www.amazon.com&#x2F;-&#x2F;de&#x2F;dp&#x2F;1558601910" rel="nofollow">https:&#x2F;&#x2F;www.amazon.com&#x2F;-&#x2F;de&#x2F;dp&#x2F;1558601910</a>).
评论 #27571766 未加载
Cybotron5000将近 4 年前
On the off-chance that someone reading this is also interested in algorithmic composition: <a href="https:&#x2F;&#x2F;michael-edwards.org&#x2F;sc&#x2F;index.html" rel="nofollow">https:&#x2F;&#x2F;michael-edwards.org&#x2F;sc&#x2F;index.html</a> <a href="https:&#x2F;&#x2F;michael-edwards.org&#x2F;sc&#x2F;liner.html" rel="nofollow">https:&#x2F;&#x2F;michael-edwards.org&#x2F;sc&#x2F;liner.html</a> “slippery chicken is an open-source Common Lisp environment for declarative or generative algorithmic composition building on CLM, CMN, CM, MusicXML and Lilypond for score, sound file, and&#x2F;or MIDI file outputs and the integration of these into closely aligned hybrid acoustic-electronic pieces of music.” …made by (the extremely awesome) Michael Edwards: <a href="https:&#x2F;&#x2F;michael-edwards.org&#x2F;" rel="nofollow">https:&#x2F;&#x2F;michael-edwards.org&#x2F;</a>
phoe-krk将近 4 年前
This list is not very fresh or exhaustive; for instance, does not contain two recent Apress books, which are Vsevolod Domkin&#x27;s <i>Programming Algorithms in Lisp</i> and Michał &quot;phoe&quot; Herda&#x27;s <i>The Common Lisp Condition System</i>.<p>(Disclosure: I was the technical reviewer for the former and I wrote the latter.)
ajarmst将近 4 年前
Looks like someone else mentioned PAIP. I’d add “The Art of the Metaobject Protocol” as well.
评论 #27591598 未加载
mlang23将近 4 年前
Graham&#x27;s &quot;On Lisp&quot; was the only CL book I read from start to finish. Thanks Paul, it was one of the eye-openers I still think about from time to time.
loloquwowndueo将近 4 年前
This is awesome. I had an introductory lisp course in college and couldn’t make heads or tails of it. To this day it’s the only programming language I’ve tried and been unable to understand (“I could just never grok lisp - it’s incompatible with my brain”). Given a few introductory, free texts, I might be well on my way to remedy that :)
评论 #27570962 未加载
评论 #27571373 未加载
eatonphil将近 4 年前
If you want to keep learning about great Common Lisp books, I recommend following Rainer Joswig or Zach Beane on Twitter.<p><a href="https:&#x2F;&#x2F;twitter.com&#x2F;xach" rel="nofollow">https:&#x2F;&#x2F;twitter.com&#x2F;xach</a><p><a href="https:&#x2F;&#x2F;twitter.com&#x2F;RainerJoswig" rel="nofollow">https:&#x2F;&#x2F;twitter.com&#x2F;RainerJoswig</a>
评论 #27570849 未加载
jnxx将近 4 年前
I think Peter Seibels and Edmung Weitz&#x27; books are both fantastic books with a comprehensive and modern view. Can&#x27;t recommend them enough.
lispm将近 4 年前
Another overview of some Lisp books:<p><a href="https:&#x2F;&#x2F;imgur.com&#x2F;a&#x2F;5mWJmpo" rel="nofollow">https:&#x2F;&#x2F;imgur.com&#x2F;a&#x2F;5mWJmpo</a>
mark_l_watson将近 4 年前
Good list. I think that I own all published Common Lisp books, and most Prolog and Smalltalk books. I prefer reading books to excess time browsing the web and social media. Including non-technical books, I would be embarrassed to admit how much time I spend reading every week.<p>A self plug: you can get free PDF&#x2F;ePub&#x2F;Kindle versions of my Common Lisp book on my personal web site (<a href="https:&#x2F;&#x2F;markwatson.com" rel="nofollow">https:&#x2F;&#x2F;markwatson.com</a>)
marrou将近 4 年前
Why do I need to know lisp in 2021? Any practical real use besides being used as example in books about computation?
评论 #27573335 未加载
评论 #27574401 未加载
nanna将近 4 年前
Whats the best stack for building a website or webapp in CL these days? Is it worth it?
评论 #27572966 未加载
评论 #27572295 未加载
评论 #27571993 未加载
sudhirkhanger将近 4 年前
How can I learn enough Lisp to understand Emacs well?
评论 #27571380 未加载
评论 #27571181 未加载
评论 #27571261 未加载
评论 #27604607 未加载
评论 #27571204 未加载
sre79chn将近 4 年前
www.t3x.org
评论 #27572374 未加载