Name: Anonymous 2011-09-27 7:59
How does it handle sequences in input? If it's in a define or lambda or begin or whatever then it follows those respective paths in the eval branch, all of which lead to eval-sequence. But if it's just
(define a 1) (define b 2)
how's it interpret that?
(define a 1) (define b 2)
how's it interpret that?