Ticket #113 (closed enhancement)

Opened 15 years ago

Last modified 15 years ago

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

Changed 15 years ago by dherman

  • status changed from new to closed

Implemented in 9:0.

Note: See TracTickets for help on using tickets.