
25 Feb
2009
25 Feb
'09
5:53 p.m.
Dear Giovanni,
I had considered creating a range adaptor to be highly different to applying an algorithm, perhaps I over-emphasised this distinction when making the decision. FWIW, I have code like this:
total = ( r | filter(_r, f) | map(_r, m) | accumulate(_r, zero, a) );
i.e. I don't have a strong distinction between adaptor and algorithms.
Also, what does map(-) do? -Thorsten