[racket] splicing forms and for-body directives

From: J. Ian Johnson (ianj at ccs.neu.edu)
Date: Fri Aug 8 10:05:24 EDT 2014

I'm working out a group of macros that use syntax parameters to coordinate implicit arguments.
I use for/fold in one to have looping constructs that implicitly pass the arguments around.
`split-for-body` can get the directives out for me to put in front of the splicing-syntax-parameterize, but that disallows using the correct implicit arguments in a #:break or #:final directive.
What would it take to get these to work together?
-Ian

Posted on the users mailing list.