Live data from Hacker News

SICP in PDF from MIT

web.mit.edu

11–20 of 23 posts

Re: SICP in PDF from MIT

#11
I just bought copy and started reading it this morning on the train, though I like the idea of them giving it away for free nothing beats a paper copy. There are lots of used copies available on amazon that aren't that expensive.

Re: SICP in PDF from MIT

#12

If you work through this, make sure to catch at least some of the video lectures available at http://groups.csail.mit.edu/mac/classes/6.001/abelson-sussma... Abelson and Sussman rock big time, plus: the outfits and hairstyles of the participants are just wonderful (mid-eighties!) ;)

Also if you work through this make sure to take a look at this timely group: http://groups.google.com/group/hacker-news-reads-sicp

Re: SICP in PDF from MIT

#13
post #3

A new SICP post makes the rounds at News.YC every week or so. As an experienced programmer (10 years, using functional languages, etc.), do I really need to read it?

Yes it will be worth the effort. Alternatively, if you prefer a more modern book dealing with conceptual questions of programming in multiple paradigms in a similar spirit as SICP, have a look at Concepts, Techniques, and Models of Computer Programming (http://www.info.ucl.ac.be/~pvr/book.html).

Re: SICP in PDF from MIT

#14
post #10

Aww. Thought this was actually a "proper" PDF instead of just a printed copy of the online book :-(

Here's one: http://deptinfo.unice.fr/~roy/sicp.pdf

This page has links to other formats (e.g., texinfo), the HP videos, and solutions to exercises (including my own, sadly not yet finished (but I'm working on it!)):

http://wiki.drewhess.com/wiki/Category:SICP_solutions

Re: SICP in PDF from MIT

#15
post #14
post #10

Aww. Thought this was actually a "proper" PDF instead of just a printed copy of the online book :-(

Here's one: http://deptinfo.unice.fr/~roy/sicp.pdf This page has links to other formats (e.g., texinfo), the HP videos, and solutions to exercises (including my own, sadly not yet finished (but I'm working on it!)): http://wiki.drewhess.com/wiki/Category:SICP_solutions

great, thanks a lot for the links ;)

Re: SICP in PDF from MIT

#16
post #6

Earlier quoted context omitted.

And do not forget to try the exercises at the end of every chapter. They are the key to fully enjoy the book.

There is also the online tutor: http://icampustutor.csail.mit.edu/6.001-public/

Thank you very much for sharing this. I will be using this to verify my solutions for the exercises. I am planning to work through the book slowly but thoroughly.

Re: SICP in PDF from MIT

#17
post #6
post #5

Earlier quoted context omitted.

Yes! Go ahead and read it - this book is an amazing reading, you wont regret a second.

And do not forget to try the exercises at the end of every chapter. They are the key to fully enjoy the book.

The exercises are actually scattered throughout the text. Definitely don't skip them, some of them are a lot harder and more mind-blowing than they look.

Re: SICP in PDF from MIT

#18

I just bought copy and started reading it this morning on the train, though I like the idea of them giving it away for free nothing beats a paper copy. There are lots of used copies available on amazon that aren't that expensive.

Anybody who would want to get rid of this book is insane. This is a book worth keeping your whole life whether you have read it yet or not.

Re: SICP in PDF from MIT

#20
post #18

I just bought copy and started reading it this morning on the train, though I like the idea of them giving it away for free nothing beats a paper copy. There are lots of used copies available on amazon that aren't that expensive.

Anybody who would want to get rid of this book is insane. This is a book worth keeping your whole life whether you have read it yet or not.

I agree, if i'd have it i'd never get rid of it! However the online copy is also really useful just to copy/paste bunch of codes to give a try live!
Post reply on HN