On Fri, Jan 25, 2019 at 11:33:09AM -0800, Jack Firth wrote:
> 
> Due to the kind of data that would go in tuples - namely, a fixed-sized
> heterogeneous collection of values - a function probably *shouldn't* use
> map and filter to process tuples. A program that calls filter on an x-y-z
> coordinate tuple is likely incorrect and not what the programmer intended.

There are often times I want to process the elements of coordinate tuples 
uniformly, and oftern times I want to treat them separately.  This seems 
like a case where I'd want both tupe operations and list operations on 
the same data.

-- hendrik

-- 
You received this message because you are subscribed to the Google Groups 
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to