caisah / sicp-exercises-and-examples

Exercises and examples from Structure and Interpretation of Computer Programs (2nd edition) book by Sussman & Abelson

Home Page:https://mitpress.mit.edu/sicp/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SICP - Exercises & Examples

My takes on the infamous Structure and Interpretation of Computer Programs (2nd edition) book by Sussman&Abelson.

It contains code for both the examples and the exercises.

I used the MIT-Scheme interpreter for checking.

Some solutions for the exercises are inspired or copied from the Scheme community.

Some of the answers for particular exercises are missing (the ones I found no fun in doing it or I considered not being very practical).

About

Exercises and examples from Structure and Interpretation of Computer Programs (2nd edition) book by Sussman & Abelson

https://mitpress.mit.edu/sicp/


Languages

Language:Scheme 100.0%