[plt-scheme] define-for-meta
At Thu, 19 Feb 2009 13:12:20 -0700, Jon Rafkind wrote:
> I would like to write a macro that can be used inside begin-for-syntax,
> but so far the only way I can do it is by putting the macro in a
> different file and (require (for-syntax "x.ss")) on that file.
True.
> Is there
> something akin to (define-for-meta ...) so that I can define my syntax
> at meta phase 2 and hopefully achieve the same thing?
No. We'll get there eventually, but not in the very near future.
Matthew