From: Noel Welsh (noelwelsh at gmail.com) Date: Thu Mar 26 14:19:38 EDT 2009 |
|
On Thu, Mar 26, 2009 at 6:04 PM, Prabhakar Ragde <plragde at uwaterloo.ca> wrote: > > Doesn't the proper analogy here involve map, filter, foldr (which they > already see)? Somewhat. Most of the functions in such a language will automatically "map" if given a vector of inputs. Also the idioms of using vectors instead of lists are a bit different. For example, one often uses arrays of indices. N.
Posted on the users mailing list. |
|