8 Jun
2010
8 Jun
'10
5:25 a.m.
Martin Drautzburg <Martin.Drautzburg@web.de> writes:
If I have a function, say "compute" whose last parameter is some value ... and I create another function, which applies "compute" to a list of values, how would I call this function?
If I understand you correctly, and it's not simply "map . compute" (which I'd leave just like that), I would name the function that works on the full data set (i.e. list) 'compute' and a sub-function working on a single element 'compute1'. -k -- If I haven't seen further, it is by standing in the footprints of giants