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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

How To Learn Lisp

34 点作者 muriithi大约 17 年前

4 条评论

spydez大约 17 年前
For everyone (like me) who doesn't know lisp or functional programming yet, I'm gunna have to heavily endorse this (<a href="http://www.defmacro.org/ramblings/fp.html" rel="nofollow">http://www.defmacro.org/ramblings/fp.html</a>) link that the "How To Learn Lisp" article gave. It's the first article that's helped me make sense of all the proselytizing going around about functional programming and continuations and currying and stuff. What it is, why it's useful, and how it's used... all laid out so I could understand it.<p>It's just a straight up must read.
评论 #128915 未加载
henning大约 17 年前
"Probably because there’s no free version online and it’s a pricey book. I got it for myself for Christmas and it’s well worth the price. It’s half AI book, half tutorial on Lisp programming and Lisp style. It’s a good read with lots of example programs written in good Lisp Style."<p>I'm sad he described PAIP this way. To me, PAIP isn't even so much about Lisp or AI as it is about how god damn awesome Peter Norvig is. I think my programming became much better after I studied his style.<p>Bottom line, PAIP makes you a better programmer even if you never intend to use Lisp for anything.<p>You should learn enough Lisp to read PAIP, in other words.
评论 #128988 未加载
jsmcgd大约 17 年前
I've read a few books now that are recommended for beginners to Lisp. Someone in the comments of pchristensen's blog recommended the book 'Common Lisp: A Gentle Introduction to Symbolic Computation'. I flicked through the first few chapters and for what it's worth it seems pretty good. Also 'Successful Lisp' is pretty good too.<p>Common Lisp: A Gentle Introduction to Symbolic Computation: <a href="http://www.cs.cmu.edu/~dst/LispBook/" rel="nofollow">http://www.cs.cmu.edu/~dst/LispBook/</a><p>Successful Lisp: <a href="http://psg.com/~dlamkins/Site/sl.html" rel="nofollow">http://psg.com/~dlamkins/Site/sl.html</a>
cstejerean大约 17 年前
why is everyone complaining about Emacs? I was also stubborn at first and refused to learn Emacs because it was 'strange' and 'difficult'.<p>I used Eclipse and CUSP, it's alright. It could really help you get started. But I wish I had learned Emacs earlier. The only thing I will continue to use Eclipse for is Java programming (which thankfully I don't do much of these days).
评论 #128982 未加载