Talk:Apply a callback to an array

From Rosetta Code
Revision as of 14:03, 23 January 2007 by 203.214.18.25 (talk)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

The problem is, of course, that they're all doing slightly different things. To some extent this is unavoidable, but when one example is mapping the results into another array and a different example decides to print them, that's just a bit sloppy. Though I certainly don't mind if you have secondary examples demonstrating different techniques or modifications to the basic premise (such as the c++ use of a binary function).