# sicp-exercises **Repository Path**: computerworkmatrix/sicp-exercises ## Basic Information - **Project Name**: sicp-exercises - **Description**: Exercises for SICP (Structure and Interpretation of Computer Programs) - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2021-03-13 - **Last Updated**: 2024-01-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Structure and Interpretation of Computer Programs [This book](http://mitpress.mit.edu/sicp/) is an introduction to thinking about computer programming and abstraction using a recursion-centric language called [Scheme](http://en.wikipedia.org/wiki/Scheme_%28programming_language%29). This text came out in 1984, before I was born, yet it is still relevant today. At the time of the book's writing, Lisp (the grandfather of Scheme) had existed for about 30 years. Since Lisp is basically a mathematical formalism implemented in a machine, it will always be relevant, for the same reason that mathematics will always be relevant. This repository is where I work out the exercises, I have not finished the book, but as I progress, the git log will tell the tale of my studies. # Technical Details ## Scheme Interpreters Used - MIT/GNU Scheme 15.3 - GNU Guile 1.8.8 - [ez-scheme 0.0.3](https://github.com/tlehman/ez-scheme)