https://github.com/adityaathalye/sicp
Yet another scheme to fathom the Structure and Interpretation of Computer Programs.
https://github.com/adityaathalye/sicp
scheme scm sicp sicp-answers sicp-exercises sicp-solutions study
Last synced: about 2 months ago
JSON representation
Yet another scheme to fathom the Structure and Interpretation of Computer Programs.
- Host: GitHub
- URL: https://github.com/adityaathalye/sicp
- Owner: adityaathalye
- Created: 2012-09-04T09:15:17.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2023-07-08T08:01:34.000Z (almost 2 years ago)
- Last Synced: 2025-02-10T02:46:28.642Z (3 months ago)
- Topics: scheme, scm, sicp, sicp-answers, sicp-exercises, sicp-solutions, study
- Language: Scheme
- Homepage:
- Size: 1.07 MB
- Stars: 21
- Watchers: 6
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
README
======Starting documentation of my SICP study.
# File naming convention
*Filenames starting with "ch"* are chapter examples, typed for practice.
e.g. ch1-1-7-square-roots.scm is the study in Chapter 1.1.7,
of calculating square roots with Newton's successive approximation method.*Filenames starting with "ex"* are my attempts to solve exercise problems.
e.g. ex1-01-read-and-eval-expressions.scm