dostrelith678 / sicp-exercises-lisp

Exercises from the "Structure and Interpretation of Computer Programs" book in Lisp.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sicp-exercises-lisp

Exercises from the "Structure and Interpretation of Computer Programs" book. Book webpage

I am using Racket for working with Scheme Lisp. To install:

sudo add-apt-repository ppa:plt/racket
sudo apt update
sudo apt-get install racket

Optional language server:

raco pkg install racket-langserver

About

Exercises from the "Structure and Interpretation of Computer Programs" book in Lisp.


Languages

Language:Racket 100.0%