Skip to content

My solutions for Structure and Interpretation of Computer Programs

License

Notifications You must be signed in to change notification settings

eugercek/SICP-solutions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Resources For SICP

Book

Read in Emacs with textinfo

You can download sicp package from melpa. It’s in textinfo format.

Doom Emacs Installation

Add in packages.el

(package! sicp)

And run ~/emacs.d/bin/doom sync

Videos

Languages

Book uses mit-scheme. Only problem with mit-scheme is it’s not usable with org babel. So it’s hard to solve and show answers in literate way.

racket

SICP Installation ways

1 GUI

  1. Go to File -> Package Manager -> Do What I Mean
  2. Enter sicp
  3. Wait (a lot if nothing happens)

2 Command line

Enter

raco pkg install sicp

Can’t install SICP package

raco pkg config --set catalogs https://download.racket-lang.org/releases/7.9/catalog/ ""

Language for 2010 Berkeley Lessons

Just paste this this before your code.

About

My solutions for Structure and Interpretation of Computer Programs

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages