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

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.

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