Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alvinwan/abcsicp
A Brief Compendium: Structure and Interpretation of Computer Programs
https://github.com/alvinwan/abcsicp
Last synced: about 13 hours ago
JSON representation
A Brief Compendium: Structure and Interpretation of Computer Programs
- Host: GitHub
- URL: https://github.com/alvinwan/abcsicp
- Owner: alvinwan
- License: cc0-1.0
- Created: 2015-12-09T09:54:32.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-23T07:50:09.000Z (almost 9 years ago)
- Last Synced: 2024-10-12T13:44:47.262Z (about 1 month ago)
- Language: TeX
- Homepage: aaalv.in/abcSICP
- Size: 27.3 KB
- Stars: 1
- Watchers: 1
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# [A Brief Compendium: Structure and Interpretation of Computer Programs](http://alvinwan.com/publications/abcSICP.pdf)
by uGSI [Alvin Wan](http://alvinwan.com), supplement to Professor John DeNero's [Composing Programs](http://composingprograms.com) textbook
This repository contains all working code for problems in ABC:SICP. All scripts were testing using [UniExpect](http://github.com/alvinwan/UniExpect), a universal doctest-esque testing module for all languages, including Scheme and SQL.