[plt-scheme] Re: applying set! on the contents of a variable

From: harsha (harsha.v.r at gmail.com)
Date: Sat Sep 29 16:49:44 EDT 2007

thanks, for the replies, the hash-table seems to be a good idea, i'll
probably go with that
>> (define-macro (set!! p e)(list 'set! (eval p) e))
that's a pretty neat macro, if only there was some way of making eval
respect scope...






Posted on the users mailing list.