in reply to Re^3: More functional programming utilities
in thread More functional programming utilities
first, a suggestion - why don't you put [] around your end result map, so we can easily chain multimaps.
there's actually a lot to be said on the topic - for example, 'multimap' may not be the best name for that function.. while 'map' is List -> List ( with proviso on iterators here ), and 'reduce' is List -> Scalar, this new thing is List x List -> List.. It agrees with 'map' on the end List, but it actually provides the dimensionality reduction of 'reduce'..
but this goes into academic grounds - I can't imagine this being useful, or easily mastered thing..
lastly, what is Data::Dumper::SLC? I can't find it anywhere.. personal extension ?
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^5: More functional programming utilities
by BrowserUk (Patriarch) on Jun 09, 2005 at 03:31 UTC | |
by kaif (Friar) on Jun 09, 2005 at 03:46 UTC |