You could find the cs135-trace.rkt here:
~/web/content/assign/dr_racket/cs135-trace.rkt
We use it for debugging (this is helpful in office hour)
(f 5)
>(f 5)
> (f 4)
> >(f 3)
> > (f 2)
> > >(f 1)
> > > (f 0)
< < < '()< < <'(1)< < '(2 1)< <'(3 2 1)< '(4 3 2 1)<'(5 4 3 2 1)(list 5 4 3 2 1)
the > means deeper level of the stack
I | Attachment | History | Action | Size | Date | Who | Comment |
---|---|---|---|---|---|---|---|
![]() |
Screen_Shot_2020-12-23_at_2.10.24_PM.png | r1 | manage | 48.4 K | 2020-12-23 - 14:10 | KurtDietrich | Example function for tracing |