Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.