sicp
sicp copied to clipboard
XML sources of SICP and SICP JS, and support for generating Interactive SICP JS, PDF, e-book and comparison editions
Both when running the example code in the inline IDE and also in the browser's console, the following expressions result in `undefined` being printed: ```javascript // exercise 1.1.6 const a...
Bumps [husky](https://github.com/typicode/husky) from 8.0.3 to 9.1.7. Release notes Sourced from husky's releases. v9.1.7 What's Changed fix: add husky label to deprecated warning by @smackfu in typicode/husky#1538 New Contributors @smackfu made...
In the following [excerpt](https://github.com/source-academy/sicp/blob/afaccbc9ad0322ecfbc7f9cc130178da7f6f6be6/xml/chapter1/section1/subsection2.xml#L132-L142) we're told something about the code ui in the online version of the book that is no longer true: > However, to see and play with...