项目作者: Dimanaux

项目描述 :
My solutions for exercises of the second chapter of SICP
高级语言: Racket
项目地址: git://github.com/Dimanaux/racket-sicp-2.git
创建时间: 2019-07-27T10:00:54Z
项目社区:https://github.com/Dimanaux/racket-sicp-2

开源协议:MIT License

下载


racket-sicp-2

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.