Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```