tomas@tuxteam.de writes: > Curiously, Jan (also in this thread) came up with "clone", > independently. Yes you're right. :) Speaking of Jan and I both thinking about clone'ish things, we did a bit of talking on IRC and I think we have a very nice version of functional setters where you can "clone" multiple fields at the same time. Here's what it looks like in practice, adapting from the (srfi srfi-9 gnu) code: (define fsf-address (make
#:street "Franklin Street" #:city "Boston" #:country "USA")) (define rms (make