SICP: JavaScript Edition available for pre-order
mitpress.mit.edu
SICP: JavaScript Edition available for pre-order
1–10 of 123 posts
Re: SICP: JavaScript Edition available for pre-order
#2Re: SICP: JavaScript Edition available for pre-order
#3Re: SICP: JavaScript Edition available for pre-order
#4https://sicp.sourceacademy.org/ (JS version)
https://mitpress.mit.edu/sites/default/files/sicp/index.html (1984 classic)
Re: SICP: JavaScript Edition available for pre-order
#5Re: SICP: JavaScript Edition available for pre-order
#6Re: SICP: JavaScript Edition available for pre-order
#7WHAT? They skipped all the way from Lisp to JS? Why?
Re: SICP: JavaScript Edition available for pre-order
#8Re: SICP: JavaScript Edition available for pre-order
#9Note to the unaware, both* this version and the classic (Scheme) version are Creative Commons-licensed and freely available online. (*edit: thanks to keithwinstein for enlightening me -- I wrongly thought it was just the one. The publisher's site doesn't advertise this at all!) https://sicp.sourceacademy.org/ (JS version) https://mitpress.mit.edu/sites/default/files/sicp/index.html (1984 classic)
A ton of work seems to have gone into this -- they have a meta-circular evaluator in JavaScript (and it's not that much longer than the original Scheme)!
Re: SICP: JavaScript Edition available for pre-order
#10Since the original SICP has a permissive license, I've actually thought about doing something similar, but with a more modern functional language.