/sicp

A repository for learning the book "Structure and Interpretation of Computer Programs".

Primary LanguageRacket

SICP

A repository for learning the book "Structure and Interpretation of Computer Programs".

Requirement

Usage

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).

Install

Clone repository:

$ git clone https://github.com/PiroHiroPiro/sicp.git
$ cd sicp