This is the mail archive of the guile@cygnus.com mailing list for the guile project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Setter argument order in getter-with-setters


Mikael Djurfeldt <mdj@nada.kth.se> writes:

>   (SETTER A1 V A2 ...)

or, to put it a little more cosmetically

  (set! (GETTER OBJ . REST) V) --> ((SETTER OBJ) OBJ V . REST)

/mdj