adityaathalye / sicp

Yet another scheme to fathom the Structure and Interpretation of Computer Programs.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Yet another scheme to fathom the Structure and Interpretation of Computer Programs.


Languages

Language:Scheme 92.3%Language:Racket 7.7%