Repository to accompany me in my study of "Structure and Interpretation of Computer Programs, JavaScript Edition". The exercise solutions are written as typescript tests, but are by no means complete, as some questions require an explanation rather than a test.
- Covers chapters one and two
For the sicp package you will need node version 16, and yarn
- Switch to Node.js v16.16.0 using
nvm
nvm useSwitch to Node.js v16.16.0 using n
npm run use-node- Start
tscin watch mode
npm run watch- Start nodemon
npm run startThe following command executes all Jest test suites
npm run testUpdates the link to the sourceacademy website
npm run bookmark <path segment(e.g. 2.3.4)>npm run format➜ Index: https://sourceacademy.org/sicpjs/
➜ Bookmark: https://sourceacademy.org/sicpjs/2.5.2