Ticket #113 (closed enhancement)
implement completion values tail-recursively
Reported by: | dherman | Owned by: | dherman |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | dherman/javascript.plt | Keywords: | |
Cc: | Version: | ||
Racket Version: | 4.0 |
Description
The current implementation of completion values works by wrapping expressions and statements with (complete! --) and then returning (current-completion). It should instead work using parameterize so as to be compatible with tail recursion.
Change History
Note: See
TracTickets for help on using
tickets.