Email list hosting service & mailing list manager


Re: Prefix, not postfix Thien-Thi Nguyen 11 Apr 2006 22:43 UTC

Marc Feeley <xxxxxx@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