jakewies / sicp-exercises

My solutions to the exercises in Structure and Interpretation of Computer Programs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Structure and Interpretation of Computer Programs

As I go through this book I will continue to post my solutions to the exercises listed. The exercises in this book are done in Scheme, which is a dialect of Lisp.

You can find the eBook here.

Progress

Ch 1 Building Abstractions with Procedures

  • 1.01

  • 1.02

  • 1.03

  • 1.04

  • 1.05

  • 1.06

  • 1.07

  • 1.08

Errors

If you spot an error in my solutions please feel free to reach out and let me know!

About

My solutions to the exercises in Structure and Interpretation of Computer Programs


Languages

Language:Scheme 100.0%