summaryrefslogblamecommitdiffstats
path: root/README.org
blob: 43855631f899c039b36362c88501368ed8d9988b (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 rackunit
#+end_src