From: Tim Bradshaw
Subject: Re: Making structures useable
Date: 
Message-ID: <cgictb$201@odbk17.prod.google.com>
Marco Baringer wrote:

> (with-accessors ((left x-left-griblle)
>                 (right x-right-gribble))
>     obj
>   (setf left (+ 1  2)
>         right (+ right 4)))
>
> --
>
yes, I think that's prpbably OK.  It wasn't clear to me that
WITH-ACCESSORS couldn't make bad assumptions about accessors, but
probably it can not do that.

--tim