Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vadimfilimonov/sicp
Solutions of exercises from the book "Structure and Interpretation of computer programs"
https://github.com/vadimfilimonov/sicp
racket sicp-solutions
Last synced: 22 days ago
JSON representation
Solutions of exercises from the book "Structure and Interpretation of computer programs"
- Host: GitHub
- URL: https://github.com/vadimfilimonov/sicp
- Owner: vadimfilimonov
- Created: 2021-08-03T19:24:11.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-08-30T20:10:43.000Z (over 3 years ago)
- Last Synced: 2024-11-14T05:26:15.313Z (3 months ago)
- Topics: racket, sicp-solutions
- Language: Racket
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sicp Racket
[![github action status](https://github.com/vadimfilimonov/sicp/workflows/Racket%20CI/badge.svg)](https://github.com/vadimfilimonov/sicp/actions)
### Requirements
* Racket
* Rackunit (`raco pkg install rackunit`)
* [SICP Support for DrRacket](https://docs.racket-lang.org/sicp-manual/index.html) (`raco pkg install sicp`)
* [Racket-review](https://github.com/Bogdanp/racket-review) surface-level linter (`raco pkg install review`)
* Make### Using
#### Install
```sh
make install
```#### Test
```sh
make test
```#### Lint
```sh
make lint
```