Ask HN: Where to find HTML version of SICP?
1–10 of 20 posts
Re: Ask HN: Where to find HTML version of SICP?
#2https://ocw.mit.edu/courses/6-001-structure-and-interpretati...
Re: Ask HN: Where to find HTML version of SICP?
#3Justin's GitHub states: "MIT just recently took down the book from their own site (why?!)"
Source: https://github.com/justinmeiners/sicp-html-original
It looks like MIT Press released a Javascript version of SICP that is for sale:
https://mitpress.mit.edu/9780262543231/structure-and-interpr...
Re: Ask HN: Where to find HTML version of SICP?
#4Download the zip of html files here: https://ocw.mit.edu/courses/6-001-structure-and-interpretati...
Re: Ask HN: Where to find HTML version of SICP?
#5Archived copy here: https://www.jmeiners.com/sicp-html-original/book.html Justin's GitHub states: "MIT just recently took down the book from their own site (why?!)" Source: https://github.com/justinmeiners/sicp-html-original It looks like MIT Press released a Javascript version of SICP that is for sale: https://mitpress.mit.edu/9780262543231/structure-and-interpr...
Re: Ask HN: Where to find HTML version of SICP?
#6Re: Ask HN: Where to find HTML version of SICP?
#7Archived copy here: https://www.jmeiners.com/sicp-html-original/book.html Justin's GitHub states: "MIT just recently took down the book from their own site (why?!)" Source: https://github.com/justinmeiners/sicp-html-original It looks like MIT Press released a Javascript version of SICP that is for sale: https://mitpress.mit.edu/9780262543231/structure-and-interpr...
Thanks a lot!
Re: Ask HN: Where to find HTML version of SICP?
#8Archived copy here: https://www.jmeiners.com/sicp-html-original/book.html Justin's GitHub states: "MIT just recently took down the book from their own site (why?!)" Source: https://github.com/justinmeiners/sicp-html-original It looks like MIT Press released a Javascript version of SICP that is for sale: https://mitpress.mit.edu/9780262543231/structure-and-interpr...
Re: Ask HN: Where to find HTML version of SICP?
#9I never finished it, but I started porting SICP to HTML5, with an in-browser interpreter: https://jaredkrinke.github.io/learn-scheme/
TLDR; Will get the text, tokenize the words, index against a standard dictionary, go on from there.
Re: Ask HN: Where to find HTML version of SICP?
#10https://sarabander.github.io/sicp/ https://github.com/sarabander/sicp