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.

SICP in ePub format on Github

157 pointsby logicabout 14 years ago

9 comments

adbgeabout 14 years ago
Funny coincidence!<p>I started doing something similar a couple weeks back -- trying to recreate the SICP LaTeX files so that I could generate my own beautiful PDFs, instead of using the slightly wonky HTML edition.<p>I even sent an email to Hal Abelson asking after the original TeX files, figuring it was a shot in the dark. I was blown away when he sent me a response... in less than an hour! He told me that he didn't think they even had a copy of it anymore, and that he didn't think it would be very useful in any case, but it was still really cool to get an email from a programming legend who has touched so many lives.<p>Too bad I forgot to ask for an autograph! ;)
评论 #2422233 未加载
评论 #2420782 未加载
logicabout 14 years ago
Also, in case anyone hasn't seen it, here's the MIT URL with the HTML edition (along with sample assignments, instructors' manual, etc):<p><a href="http://mitpress.mit.edu/sicp/" rel="nofollow">http://mitpress.mit.edu/sicp/</a>
评论 #2420370 未加载
chrisloabout 14 years ago
There's also a Texinfo version:<p><a href="http://www.neilvandyke.org/sicp-texi/" rel="nofollow">http://www.neilvandyke.org/sicp-texi/</a><p>It's really useful if you want to work the exercises in emacs alongside the text.
评论 #2423025 未加载
dirtyauraabout 14 years ago
There's Scheme environment for iPad<p><a href="http://itunes.apple.com/us/app/pixie-scheme-iii/id401023057?mt=8" rel="nofollow">http://itunes.apple.com/us/app/pixie-scheme-iii/id401023057?...</a><p>Doing SICP exercise's on iPad could be actually a fun combo to try and see how well tablets work for programming.
runjakeabout 14 years ago
Quick links for others who may not know what "SICP" is:<p>Structure and Interpretation of Computer Programs, Second Edition<p><a href="http://mitpress.mit.edu/sicp/" rel="nofollow">http://mitpress.mit.edu/sicp/</a><p><a href="http://en.wikipedia.org/wiki/Structure_and_Interpretation_of_Computer_Programs" rel="nofollow">http://en.wikipedia.org/wiki/Structure_and_Interpretation_of...</a>
jherdmanabout 14 years ago
I found this one the other day: SICP in Clojure (<a href="https://github.com/deobald/sicp-clojure" rel="nofollow">https://github.com/deobald/sicp-clojure</a>). It's sadly not done, but looks promising.
评论 #2421945 未加载
myth_drannonabout 14 years ago
Kindle(mobi) format anyone ?
评论 #2419845 未加载
评论 #2419943 未加载
评论 #2419678 未加载
评论 #2419662 未加载
waynecolvinabout 14 years ago
A little off topic: What's a good way to convert epub (or other ebook format) into HTML? Not all in one page like pdftohtml does but as tree nodes and a table of contents and all that.
gsivilabout 14 years ago
Slightly off topic but I do not want to post another Ask HN question: what implementation of Scheme would you guys recommend/use? Working smoothly would emacs would be appreciated
评论 #2425390 未加载
评论 #2422365 未加载