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

Re: Some Questions

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



[ Snrgle...again I accidentally sent something directly to someone 
instead
   of to the mailing list in general.  Does anyone know how to make 
Mail.app
   send to the list instead of the original sender, without just 
rewriting
   the 'To:' field? ]

On Wednesday, October 1, 2003, at 01:15 PM, Andre van Tonder wrote:

> By the way, it does seem inconsistent to me that the order in
> stream-filter would differ from that in stream-ref.  To
> me they are morally similar... :-)

The convention that I have found followed (and that I have followed) 
most
closely is to put the data type that is being acted upon as the first
argument -- e.g., foo-REF, TAKE, DROP, etc --, _unless_ it is a higher-
order procedure with a non-optional procedure argument -- e.g. MAP, 
FILTER,
et cetera --.

I suppose you'd probably prefer if I commented on the content of the 
SRFI,
though, but I don't have much to say on that matter...looks good to me!