Live data from Hacker News

Ask HN: Where to find HTML version of SICP?

news.ycombinator.com

1–10 of 20 posts

Re: Ask HN: Where to find HTML version of SICP?

#3
Archived 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?

#5

Archived 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?

#7

Archived 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!

[deleted]

Re: Ask HN: Where to find HTML version of SICP?

#8

Archived 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...

Hiding things! It is so frustrating to see that.

Re: Ask HN: Where to find HTML version of SICP?

#9

I never finished it, but I started porting SICP to HTML5, with an in-browser interpreter: https://jaredkrinke.github.io/learn-scheme/

I have a hard copy of the book though. I couldn't really read, maybe I didn't try harder. English is not my native language.

TLDR; Will get the text, tokenize the words, index against a standard dictionary, go on from there.

Post reply on HN