Interactive SICP
xuanji.appspot.com
Interactive SICP
1–10 of 34 posts
Re: Interactive SICP
#2Re: Interactive SICP
#3Re: Interactive SICP
#4Re: Interactive SICP
#5Re: Interactive SICP
#6Thanks a bunch! SICP is my current course literature at Linköping University.
Re: Interactive SICP
#7Re: Interactive SICP
#8I shared Interactive SICP with HN last year (https://news.ycombinator.com/item?id=4860370), and thought it was time to share it again. Since that time, I've
- added more sections of the book - replaced the javascript scheme engine - added mathjax - made the evaluation asynchronous (to avoid freezing the UI during long computations) - improved dependency management between blocks of code - separated out the interactive library - I should be releasing it soon!
What I haven't been able to do is to make the entire book interactive due to a lack of time. I was thinking of using indiegogo to pay myself and my co-author so that we can finish the book. What do you guys think?
Re: Interactive SICP
#9Hello everyone, author here. Sorry for forgetting to enable billing on appengine - the page should be displaying now. I shared Interactive SICP with HN last year ( https://news.ycombinator.com/item?id=4860370 ), and thought it was time to share it again. Since that time, I've - added more sections of the book - replaced the javascript scheme engine - added mathjax - made the evaluation asynchronous (to avoid freezing…
It seems like I can't skip ahead to further chapters and start working through it there - for instance if I start here:
http://xuanji.appspot.com/isicp/3-0-modularity-objects-and-s...
and click the right arrow, it brings me back to the beginning. Is that by design to enforce that I work my way through from the very beginning? One reason I'd like to start mid-way is I've read this book a number of times, getting more out of it each time, and I don't feel like spending the time on the basics.
Re: Interactive SICP
#10Thanks a bunch! SICP is my current course literature at Linköping University.
Alternate HTML5 version here: http://sarabander.github.io/sicp/html/index.xhtml