- Racket
- Rackunit (
raco pkg install rackunit
) - SICP Support for DrRacket (
raco pkg install sicp
) - Racket-review surface-level linter (
raco pkg install review
) - Make
- Copy content of this repo (not clone!) to your repository
- Write code (look
sicp/chapter1/02.rkt
) - Run tests
make test
- Run linter
make lint
This repository is created and maintained by the team and the community of Hexlet, an educational project. Read more about Hexlet (in Russian).