Hi,

Is there any version of reduce which accepts an array of values and an
array of quotations, and performs reduce but rather than calling the same
quotation every time, calls the quotation corresponding to the list
position of the value?

So that as
{ 1 2 3 } { } [ f ] reduce
is equivalent to
{ } 1 f 2 f 3 f

Thus
{ 1 2 3 } { } { [ f ] [ g ] [ h ] } multi-reduce
is equivalent to
{ } 1 f 2 g 3 h

Mark
------------------------------------------------------------------------------
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration & more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=164703151&iu=/4140/ostg.clktrk
_______________________________________________
Factor-talk mailing list
Factor-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/factor-talk

Reply via email to