[plt-scheme] two tool ideas

From: Robert Bruce Findler (robby at cs.uchicago.edu)
Date: Fri Feb 14 10:34:26 EST 2003

On Friday, February 14, 2003, at 09:27  AM, John Clements wrote:
> For the record, I think I can concisely write down a description of 
> which expressions are in tail position for core mzscheme:

But those were core forms, not derived forms. Check syntax can track 
these things thru the macro elaboration and indicate which parts of the 
original program ended up being in tail positions.

Seems very cute.

Robby



Posted on the users mailing list.