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

[REBOL] Re: The complete Rebol named argument passing

From: rotenca::telvia::it at: 27-Feb-2004 18:10

> I mean, that if you have to do something like: > > args: [1 2] > if reverse [append args /reverse] > if skip [repend args [/skip amount]] > apply :find args > > then a native APPLY is useless, as you doing the same amount of > work that Ladislav's function does. >
Ah, yes. It could be: apply :find [/reverse true] apply :find [/reverse false]
> That's why I don't like your proposed APPLY.
I don't want an Apply. I should like or a special /refinement or a function like 'do to prepend. do-alt find /reverse false find/alt /reverse false --- Ciao Romano