Skip to content
/ sicp Public

Solutions and study guide for "Structure and Interpretation of Computer Programs"

Notifications You must be signed in to change notification settings

jaroslawr/sicp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SICP Solutions and Study Guide

This is a set of solutions and a study guide for the book "Structure And Interpretation Of Computer Programs" (SICP), using the Racket language.

To start a REPL with the solution to a particular exercise preloaded do this:

racket -f ch1/1-16-fastexp.scm -i

Typically no output will be produced, you will need to type in some Racket code in the REPL to check that the program works as required by the given exercise, for example:

> (fast-expt 2 3)
8

Read the study guide or more detailed notes on the solutions.

About

Solutions and study guide for "Structure and Interpretation of Computer Programs"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages