An open API service indexing awesome lists of open source software.

https://github.com/dragonwasrobot/sicp-exercises

This is a collection of solutions to the exercises found in 'Structure and Interpretation of Computer Programs' by Harold Abelson, Gerald Jay Sussman and Julie Sussman.
https://github.com/dragonwasrobot/sicp-exercises

Last synced: about 1 month ago
JSON representation

This is a collection of solutions to the exercises found in 'Structure and Interpretation of Computer Programs' by Harold Abelson, Gerald Jay Sussman and Julie Sussman.

Awesome Lists containing this project

README

        

SICP Exercises
==============

This is a collection of solutions to the exercises found in 'Structure and
Interpretation of Computer Programs' by Harold Abelson, Gerald Jay Sussman and
Julie Sussman.

Exercise descriptions from the book have been included in the source code for
readability of the code solutions.

The solutions have been written the Racket language.

This project is still work in progress.

## TODO

- Exercise 2.71+72