Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dusenberrymw/sicp
Notes & Worked Examples for the "Wizard Book", Structure and Interpretation of Computer Programs
https://github.com/dusenberrymw/sicp
Last synced: 2 months ago
JSON representation
Notes & Worked Examples for the "Wizard Book", Structure and Interpretation of Computer Programs
- Host: GitHub
- URL: https://github.com/dusenberrymw/sicp
- Owner: dusenberrymw
- Created: 2015-01-24T23:12:56.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-02-02T21:26:20.000Z (almost 10 years ago)
- Last Synced: 2023-08-03T19:58:06.400Z (over 1 year ago)
- Language: Scheme
- Homepage:
- Size: 816 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
SICP: Notes & Worked Examples for the Wizard Book, _Structure and Interpretation of Computer Programs_
---## Goal
This project will contain notes and solutions for the example problems as I work through **SICP** to gain deeper CS knowledge and explore the Lisp way of thinking.## Links of interest
* [SICP Online Text](http://mitpress.mit.edu/sicp/)
* [SICP Lecture Videos](http://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-001-structure-and-interpretation-of-computer-programs-spring-2005/video-lectures/)## Current Lisp dev setup
* Vim 7.4 (with Python)
* [Slimv Plugin](https://github.com/kovisoft/slimv)
* [MIT Scheme](http://www.gnu.org/software/mit-scheme/)