]> git.rkrishnan.org Git - sicp.git/blob - src/sicp/ex3_32.rkt
Lazy version of evaluator and tests.
[sicp.git] / src / sicp / ex3_32.rkt
1 #lang racket
2
3 #|
4
5 The output is computed at that instant when the gate
6 function is called. This value of the output is used
7 by set-signal! during the required time segment. So, 
8 we don't compute the gate output at the time slot. It
9 is already precomputed at definition time. So, we should
10 also output them in the same order.
11
12 |#