A repository for learning the book "Structure and Interpretation of Computer Programs".
- Docker
- docker-compose
Run shell:
$ docker-compose run racket bash
Run file:
$ docker-compose run racket racket utils/sample.rkt
Run interactive console:
$ docker-compose run racket racket
Exit interactive console: (exit).
Clone repository:
$ git clone https://github.com/PiroHiroPiro/sicp.git
$ cd sicp