summaryrefslogblamecommitdiffstats
path: root/README.org
blob: 5281abb40a6e191db0913abdbe9fedbdcf3ee1c0 (plain) (tree)
1
2
3
4
5
6
7
8

                                                            
                                                                     
                    
 
                                                                   

          





                         
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
raco pkg install rackunit
#+end_src