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.

Land of Lisp sample chapter available

62 pointsby ktfover 14 years ago

5 comments

ktfover 14 years ago
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_danielover 14 years ago
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.
anthonybover 14 years ago
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.
Jachover 14 years ago
Awesome, I was beginning to wonder if this book would really come out or not. It's back on my Amazon wish list!
aufreak3over 14 years ago
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.)