Closed kstrasser closed 13 years ago
Another data point
(define t '(cond [#t (define x 5) (+ x 1)])) (motile/call (motile/call (motile/compile t) BASELINE) BASELINE) . . ../../../Motile/generate/frame.rkt:185:8: motile/global/find: undefined: define
This turns out to be invalid w/r/t r5rs (i.e. we are not implementing Racket specific behavior).