Hacker News new | past | comments | ask | show | jobs | submit login
How to Design Programs: An Introduction to Computing and Programming (htdp.org)
121 points by zoowar on Dec 29, 2010 | hide | past | favorite | 17 comments



The authors are working on a 2nd edition that seems much improved. Here's a link to the draft:

http://www.ccs.neu.edu/home/matthias/HtDP2e/


That is edition is also moving from PLT Scheme to the renamed Racket (http://racket-lang.org/).

Here is the announcement:

http://blog.racket-lang.org/2010/06/plt-is-happy-to-announce...



Are there any of such books available in epub format so that I can read on my mobile device?


We used plai in the Programming Languages course I took last semester (which happened to be taught by Matthew Flatt, one of the authors of htdp). plai is a great book too.


Looks like all of those except EOPL are freely available, too.


Really good book. GA Tech used this as their "Intro to CS" text until they decided that learning scheme was too much for business and inta majors (everyone in the school had to take the class). I'd recommend this as a potential alternative for those thinking about learning to program using SICP. The latter dives into some more advanced topics, but this is much more accessible to newbies imo.


I think GATech used SICP for a semester or two as well.


This was used at Waterloo in CS 135 back when I took it (maybe it still is the text?). An introduction to programming that really is an introduction to programming. On an unrelated note, this suddenly reminds me of "Assembly Language Step By Step" (http://www.duntemann.com/assembly.html). Another introductory book I thought was absolutely wonderful back when I read it, but goes about things entirely the opposite way from this book - teaching programming (from scratch!) at the lowest possible level. Maybe the desire to memorize the names and functions of the x86 instruction set isn't so different from an obsession with pokemon or whatever the latest childrens fad is. Both approaches appeal to me, but maybe that isn't true for people in general.


I've heard that(Scheme && Assember) a lot.

Could be that programs that write programs are really powerful/exciting and that it is really possible only in both ends of the expressiveness spectrum.


I will upvote this thing all day (figuratively speaking of course). Going through this was a big level-up for me.


> Going through this was a big level-up for me.

That's a very nice way of putting it. I too feel a lot more confident about an entire class of problems thanks to HTDP. The only problem I have with the book is that the generative recursion stuff is not as well done as the structural recursion portions, but I guess that could be because generative recursion portions are inherently more creativity requiring/difficult than the structural portions. Anyway, that portion is being revamped for 2e so I'm looking forward to relearning it.


I didn't realize it was being revamped. I had to skip some of the algorithm parts for lack of math (which I'm also studying). IME Part V was by far the hardest part of the book. I often found the language confusing and had to puzzle things out slowly that once I understood them, it seemed they could be more simply put. (Of course in order for that criticism to be useful I would have to develop it and provide details.) There seems to be a lot of value placed on abstraction, to the point that it's sometimes hard to follow. I don't know if it's just me or if it's just a result of the authors being so darn smart.


Findler was my Intro to CS prof. http://www.eecs.northwestern.edu/~robby/uc-courses/ Great teacher.



How I wish I had access to such books 11 years back. Very nice book. Thanks for sharing.


Great book, but how often it has already been posted on HackerNews?




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: