Marc Feeley <feeley@iro.umontreal.ca> writes: > 1) I prefer prefix syntax, e.g. (button :text "OK" :action quit) moreover, i prefer: (button #:text "OK" #:action quit) fwiw, guile accepts #:foo as keyword, and :foo as keyword or symbol depending on a reader option. thi