blob: 43855631f899c039b36362c88501368ed8d9988b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
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
|