[racket-users] Re: with apologies to the surfing bumper sticker.

2016-05-08 Thread Lehi Toskin
> you will sneak off to the bathroom and write a tiny beautiful macro that no > one will ever be allowed to see or use. Sadness -- You received this message because you are subscribed to the Google Groups "Racket Users" group. To unsubscribe from this group and stop receiving emails from it,

[racket-users] How to write a #%module-begin that inspects a syntax property post expansion?

2016-05-08 Thread Jack Firth
I'm writing a series of macros that attach metadata using syntax properties during expansion, and I'm attempting to write a #lang whose module-begin form expands the module and then inspects the metadata attached. The problem I'm getting is that local-expand seems to not "expand enough" - it