[racket] setf in scheme

From: Niitsuma Hirotaka (hirotaka.niitsuma at gmail.com)
Date: Sun Jan 2 05:15:33 EST 2011

You wiil find setf in
http://www.cs.cmu.edu/afs/cs/project/ai-repository/ai/lang/scheme/code/library/cl2scm/


2010/12/31 Sam Tobin-Hochstadt <samth at ccs.neu.edu>:
> On Thu, Dec 30, 2010 at 10:34 AM, Razvan Rotaru <roti_343 at yahoo.com> wrote:
>>
>> I was just wondering whether there is anything like setf in scheme. As far
>> as I know there isn't, so I'm asking you, the more experienced schemers out
>> there. If not, why? Could it be crafted with macros?
>
> The Swindle collection of impressive macros provides a generalized `set!'.  See
>  http://docs.racket-lang.org/swindle/
> and
>  http://barzilay.org/Swindle/turbo-doc.html#set!
>
> --
> sam th
> samth at ccs.neu.edu
> _________________________________________________
>  For list-related administrative tasks:
>  http://lists.racket-lang.org/listinfo/users
>


Posted on the users mailing list.