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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Land of Lisp sample chapter available

62 点作者 ktf超过 14 年前

5 条评论

ktf超过 14 年前
Read about the book and check out the TOC here: <a href="http://nostarch.com/lisp.htm" rel="nofollow">http://nostarch.com/lisp.htm</a>
Mod_daniel超过 14 年前
I actually played Hunt the Wumpus on my dads Kaypro2 when I was a kid. Grand Theft Wumpus might be the funniest thing I read this week. With Lisp + Graphs? Solid. I wonder if more of No Starch's offerings are this cool.
anthonyb超过 14 年前
Interesting - I wrote pretty much exactly the same code for chapter 2 of Hello Python, except I build a tree first (by adding each cave in sequence at a random point) and then add some random two-way connections, rather than trying to find islands later.<p><a href="http://manning.com/briggs/" rel="nofollow">http://manning.com/briggs/</a> if you're interested in checking it out. I follow a similar route - teach programming by jumping in on something cool (eg. a game) and explain things as you go.
Jach超过 14 年前
Awesome, I was beginning to wonder if this book would really come out or not. It's back on my Amazon wish list!
aufreak3超过 14 年前
The "what you've learned" at the end of this chapter made me chuckle :) It says you learnt about `loop`, `intersection`, `set-difference` and `remove-duplicates`.<p>(PS: It'll be nice if HN formats back-ticks as code.)