My solutions for exercises of the second chapter of SICP.
First chapter is here.
Project is aimed to walk through SICP exercises and develop us as programmers, as mathematicians. SICP includes exercises, that can make our brains work hard to figure out the solution.
It can be useful for those, who doesn't want/can't to solve SICP's exercises themselves.
You can start with SICP. It is availiable for free here.
To run tests, play with code in REPL or run programs in Racket download it here (full, not minimal).
Run tests using raco test test/exercise-2.xx.rkt
(for specific test) or raco test test/*
(for all tests).
Every solution file contains it's problem and also can contain some notes.