https://github.com/kuflash/sicp-learning
Репозиторий с решенными задачами из SICP
https://github.com/kuflash/sicp-learning
Last synced: 5 months ago
JSON representation
Репозиторий с решенными задачами из SICP
- Host: GitHub
- URL: https://github.com/kuflash/sicp-learning
- Owner: kuflash
- Created: 2018-05-04T14:32:26.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-10T09:58:15.000Z (about 8 years ago)
- Last Synced: 2025-02-03T11:51:07.540Z (over 1 year ago)
- Language: Racket
- Size: 33.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sicp Racket Boilerplate
### Requirements
* Racket
* Rackunit (`raco pkg install rackunit`)
* Make
### Using
1. Copy content of this repo (not clone!) to your repository
1. Write code (look `sicp/chapter1/02.rkt`)
1. Run tests `make test`