Skip to content

zubivan/SICP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Personal repo to go through SICP book.

Book from MIT EDU: https://web.mit.edu/alexmv/6.037/sicp.pdf

Using Racket dialect of LISP instead of Scheme. See https://racket-lang.org/ for more details.

MacOS setup

Assuming existance of brew.

Racket REPL

brew install racket

SICP language for Racket

https://docs.racket-lang.org/sicp-manual

raco pkg install sicp

VSCode as an IDE, either go to

https://code.visualstudio.com/docs/setup/mac

brew cask install visual-studio-code

Racket REPL

As you coupld have guessed it's just

racket

Go wild from here 🚀

Some useful commands

Getting out of Racket REPL

(exit)

Running racket file

racket hello_world.rkt

Running racket file and staying in interactive mode

racket -it hello_world.rkt

About

Reading SICP and working on exercises coming with the book

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages