Live data from Hacker News

Beautiful Online SICP

sarabander.github.io

1–10 of 82 posts

Re: Beautiful Online SICP

#5
I actually prefer the square corners of the original link-structure diagrams to the rounded ones in this version; compare:

https://mitpress.mit.edu/sicp/full-text/book/book-Z-H-15.htm...

http://sarabander.github.io/sicp/html/2_002e2.xhtml#g_t2_002...

However, the fact that they're not tiny and pixelated is definitely an improvement.

As for the content of SICP itself, it's extremely interesting and enlightening but perhaps encourages a little too much "abstraction-worship" --- not surprising given that computers were still getting faster exponentially when the book was first written.

Re: Beautiful Online SICP

#8
Sarabander's edition is definitely a huge credit to it's author: It isn't just a reprint of SICP; The text and it's font has been updated, many of the diagrams have been redone for clarity and the document and footnotes are hyperlinked.

If it's your ambition to follow in the footsteps of others or otherwise just prefer the classic Lisp-haqr experience, you can use a TexInfo version of SICP and have both the text and your REPL in Emacs: http://zv.github.io/note/sicp-in-texinfo

Also, just to pimp my own ride: I put together a SICP guide for new explorers of this great text: https://github.com/zv/SICP-guile

It contains both meta-information about which dialects of Lisps and languages are most suited to SICP, overviews of subchapters, helpful hints for those who are following along at home as well as answers to the exercises in Elisp, Guile scheme & Racket.

Post reply on HN