Simply Scheme is now available online(cs.berkeley.edu)
cs.berkeley.edu
Simply Scheme is now available online
http://www.cs.berkeley.edu/~bh/ss-toc2.html
8 comments
Agreed, though SS stands out by including a full-page photograph of Alonzo Church. :-)
From Simply Scheme's preface:
"The only trouble with SICP is that it was written for MIT students, all of whom love science and are quite comfortable with formal mathematics. Also, most of the students who use SICP at MIT have already learned to program computers before they begin. As a result, many other schools have found the book too challenging for a beginning course. We believe that everyone who is seriously interested in computer science must read SICP eventually. Our book is a prequel; it's meant to teach you what you need to know in order to read that book successfully."
"The only trouble with SICP is that it was written for MIT students, all of whom love science and are quite comfortable with formal mathematics. Also, most of the students who use SICP at MIT have already learned to program computers before they begin. As a result, many other schools have found the book too challenging for a beginning course. We believe that everyone who is seriously interested in computer science must read SICP eventually. Our book is a prequel; it's meant to teach you what you need to know in order to read that book successfully."
There are two instances of link
http://www.cs.berkeley.edu/~bh/ssch0/match.html
which does not resolve. Examining the link construction on that page, it is apparent that the link should instead be the following, which does resolve
http://www.cs.berkeley.edu/~bh/ssch16/match.html
http://www.cs.berkeley.edu/~bh/ssch0/match.html
which does not resolve. Examining the link construction on that page, it is apparent that the link should instead be the following, which does resolve
http://www.cs.berkeley.edu/~bh/ssch16/match.html
One of the authors responded, so I'm guessing this will be fixed soon.
[deleted]
If there was a single PDF with the entire book, I might take a look at it, but this 'one pdf per chapter' stuff is annoying as hell. I'll stick with my PDF of SICP until I get sick of it and decide to order it.
All you need is curl, pdflatex with pdfpages, and fresh dir.
curl -O http://www.cs.berkeley.edu/~bh/pdf/ssch[00-27].pdf && pdflatex -jobname ssch-all-in-one "\documentclass{article}\usepackage{pdfpages}\begin{document}\includepdfmerge{$(for x in ssch??.pdf; do echo -n $x, -, ; done)}\end{document}"
curl -O http://www.cs.berkeley.edu/~bh/pdf/ssch[00-27].pdf && pdflatex -jobname ssch-all-in-one "\documentclass{article}\usepackage{pdfpages}\begin{document}\includepdfmerge{$(for x in ssch??.pdf; do echo -n $x, -, ; done)}\end{document}"
http://mitpress.mit.edu/sicp/