Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ahuth/sicp
Exercises and notes from Structure and Interpretation of Computer Programs
https://github.com/ahuth/sicp
Last synced: 4 days ago
JSON representation
Exercises and notes from Structure and Interpretation of Computer Programs
- Host: GitHub
- URL: https://github.com/ahuth/sicp
- Owner: ahuth
- Created: 2018-12-06T03:36:42.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-04-10T06:24:05.000Z (over 2 years ago)
- Last Synced: 2023-04-04T16:46:45.168Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 496 KB
- Stars: 12
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# sicp
Exercises and notes from [Structure and Interpretation of Computer Programs](https://web.mit.edu/alexmv/6.037/sicp.pdf), first edition. In JavaScript.
## Usage
Install dependencies with:
```
npm install
```Run the tests with:
```
npm test
```