]> git.rkrishnan.org Git - sicp.git/blob - src/sicp/ex4_19.rkt
Solution to 4.33. This had been difficult to get right, though conceptually it was
[sicp.git] / src / sicp / ex4_19.rkt
1 #lang racket
2
3 #|
4
5 I think Eva's scheme is the correct one but very hard to implement. One way to do it for non-function 
6 definitions is to sort definitions in the order of least dependence on each other. If these definitions
7 (again, non-function) are mutually dependent, an error should be flagged.
8
9 |#