[racket] Something to achieve "define-syntax-parameter-for-syntax" or "set!-for-syntax"?

From: Matthias Felleisen (matthias at ccs.neu.edu)
Date: Sun Jan 5 12:06:18 EST 2014

On Jan 5, 2014, at 9:02 AM, Sean Kanaley wrote:

> 
> (define-for-syntax (input-params stx)
>   (datum->syntax stx '(state delta-time)))


It sounds to me like that you want to generate the above macro from a macro and then it should all work. But I might be misunderstanding what you're asking -- Matthias

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.racket-lang.org/users/archive/attachments/20140105/7db3f797/attachment.html>

Posted on the users mailing list.