Skip to content
/ sicp Public

Solutions to the exercises of "Structure and Interpretation of Computer Programs"

License

Notifications You must be signed in to change notification settings

moerbeke/sicp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SICP solutions to exercises

Solutions to the exercises of "Structure and Interpretation of Computer Programs"

How to run an exercise

Example for exercise 1.1:

scheme < 1.01.scm

Interactive use of MIT Scheme

$ scheme
]=> (load "1.08.scm")
]=> (cubet 8)

$ scheme --load 1.08.scm
]=> (cubet 8)

$ mit-scheme  # same as scheme

$ rlwrap scheme  # with readline support

$ scheme < 1.08.scm  # with input redirection

About

Solutions to the exercises of "Structure and Interpretation of Computer Programs"

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published