> 1) I prefer prefix syntax, e.g.   (button :text "OK" :action quit)
> 2) I prefer suffix syntax, e.g.   (button text: "OK" action: quit)
> 3) I don't care

2) -- looks better, doesn't conflict with symbol syntax and
hence also not with generators of SRFI 42 (Comprehensions) ;-)

Sebastian.