Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andrew--r/sicp
My solutions of SICP exercises
https://github.com/andrew--r/sicp
sicp sicp-solutions
Last synced: about 6 hours ago
JSON representation
My solutions of SICP exercises
- Host: GitHub
- URL: https://github.com/andrew--r/sicp
- Owner: andrew--r
- Created: 2017-02-25T17:34:26.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-03-22T17:48:02.000Z (8 months ago)
- Last Synced: 2024-05-14T00:44:53.177Z (6 months ago)
- Topics: sicp, sicp-solutions
- Language: Racket
- Homepage:
- Size: 113 KB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Structure and Interpretation of Computer Programs
[![Build Status](https://travis-ci.org/andrew--r/sicp.svg?branch=master)](https://travis-ci.org/andrew--r/sicp)This repository contains my solutions of exercises from the book.
[Official SICP website](https://mitpress.mit.edu/sicp) · [Read online](http://sarabander.github.io/sicp/)
![Book cover](images/cover.jpg)
## Table of contents
- [Chapter 1. Building Abstractions with Procedures](./solutions/chapter_01)
- [1.1 The Elements of Programming](./solutions/chapter_01/1_1_the_elements_of_programming)
- [1.2 Procedures and the Processes They Generate](./solutions/chapter_01/1_2_procedures_and_the_processes_they_generate)
- [Chapter 2. Building Abstractions with Data](./solutions/chapter_02)
- [2.2 Hierarchical Data and the Closure Property](./solutions/chapter_02/2_2_hierarchical_data_and_the_closure_property)
- [Chapter 3. Modularity, Objects, and State](./solutions/chapter_03)
- [3.1 Assignment and Local State](./solutions/chapter_03/3_1_assignment_and_local_state)
- [3.3 Modeling with Mutable Data](./solutions/chapter_03/3_3_modeling_with_mutable_data)