Beautiful Online SICP
sarabander.github.io
Beautiful Online SICP
1–10 of 82 posts
Re: Beautiful Online SICP
#2Re: Beautiful Online SICP
#3Re: Beautiful Online SICP
#4Re: Beautiful Online SICP
#5https://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
#6Re: Beautiful Online SICP
#7Re: Beautiful Online SICP
#8If 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.
Re: Beautiful Online SICP
#9anyone know how `Figure 1.5: The tree-recursive process' is generated? it's not an image.
http://sarabander.github.io/sicp/html/1_002e2.xhtml#g_t1_002...