blob: 43855631f899c039b36362c88501368ed8d9988b (
plain) (
tree)
|
|
This is my [[https://mitpress.mit.edu/sicp/][sicp]] sandbox.
Exercises until 2.42 are written in GNU Guile Scheme. These are under
the =net= directory.
Exercises from 2.44 are written in Racket. These are under the =ex=
directory.
Racket dependencies:
#+begin_src sh
raco pkg install sicp rackunit
#+end_src
|