Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: COLLECTing results

From: robert:muench:robertmuench at: 24-Jul-2003 11:56

> -----Original Message----- > From: [rebol-bounce--rebol--com] [mailto:[rebol-bounce--rebol--com]] > On Behalf Of Brett Handley > Sent: Thursday, July 24, 2003 7:44 AM > To: [rebol-list--rebol--com] > Subject: [REBOL] COLLECTing results > As background, the the main benefit of the Map function is > collecting function results in a block.
Hi, just to throw in my 0.02, did you had a look at the C++ STL library? Especially the concepts of iterators, algorithms, functonids, predicates etc. seem to be very similar to what you are doing here. IIRC I brought up the idea to use such "generic concepts" with Rebol long long ago. IMO this would lead to a very cute generic Rebol library like the STL is for C++. Robert