[REBOL] higher order functions Re:(3)

2000-05-25 Thread lmecir
Hi, already sent a set of higher order functions containing: Accum, Apply, Curry, Composition, Enum, Filter, Map, Nargs to www.rebol.org It was sent as file %highfun.r to the Advanced category. These functions are the newest versions (especially curry got enhanced - now uses argument specific

[REBOL] higher order functions Re:(3)

2000-05-21 Thread lmecir
Hi, > I've considered adding apply to REBOL for many years. Every few months I write a script that could use it. > > Also, here is another way to do nargs: > > nargs: func [f [any-function!]] [ >-1 + index? any [find first :f refinement! tail first :f] > ] > > -Carl > didn't know, that Fin