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

https://github.com/kuflash/sicp-learning

Репозиторий с решенными задачами из SICP
https://github.com/kuflash/sicp-learning

Last synced: 5 months ago
JSON representation

Репозиторий с решенными задачами из SICP

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`