![]() For a term (lambda (arg-id ...) (define def-id _rhs) ... (arg-id def-id) ...) the expander could take quadratic time in the number of `def-id`s due to walking an environment to remove use-site scopes. (The variant of the expander rewritten in Racket didn't have this problem.) |
||
---|---|---|
.. | ||
collects | ||
src | ||
.gitignore |