[plt-scheme] define-for-meta

From: Matthew Flatt (mflatt at cs.utah.edu)
Date: Thu Feb 19 15:23:11 EST 2009

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



Posted on the users mailing list.