mgorlick / CRESTaceans

Experiments and documentation for building CREST infrastructure. This material is based upon work supported by the National Science Foundation under Grant No. 0820222.
http://www.isr.uci.edu/projects/crest/
5 stars 2 forks source link

apply not obeying spec #10

Closed kstrasser closed 13 years ago

kstrasser commented 13 years ago

(motile/start (motile/compile '(apply + '(1 2 3))) BASELINE) . . baseline.rkt:118:13: +: expects argument of type ; given '(1 2 3)

mgorlick commented 13 years ago

kstrasser wrote:

(motile/start (motile/compile '(apply + '(1 2 3))) BASELINE)

. . baseline.rkt:118:13: +: expects argument of type; given '(1 2 3)

Apropos of your discovery that (when ...) fails I just noticed that I neglected to update (unless ...) as well when modifying the compiler for managing global binding environments.