[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Prefix, not postfix

This page is part of the web mail archives of SRFI 88 from before July 7th, 2015. The new archives for SRFI 88 contain all messages, not just those from before July 7th, 2015.



Marc Feeley <feeley@iro.umontreal.ca> wrote:
>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) since I read from left to right.

Philippe