[plt-scheme] silly question...

From: David Herman (dherman at ccs.neu.edu)
Date: Mon May 17 08:02:48 EDT 2004

The other day I came up with a hack that allows you to use a 
macro-elaboration-time structure instance as a macro. I haven't tried 
it but I bet you could set! the macro field to something else from 
within a syntax-case body, which would have a similar effect to 
set-syntax!.

Look for macro-object.ss on this page:

     http://www.ccs.neu.edu/home/dherman/code.html

Dave

On Sunday, May 16, 2004, at 11:09 PM, Doug Orleans wrote:

>   For list-related administrative tasks:
>   http://list.cs.brown.edu/mailman/listinfo/plt-scheme
>
> We have `define-syntax', `let-syntax', and `letrec-syntax', so how come
> there's no `set!-syntax'?  Would such a thing be completely
> nonsensical?
>
> --dougo at place.org



Posted on the users mailing list.