[REBOL] re-entrancy Re:(3)

1999-12-09 Thread giesse
[EMAIL PROTECTED] wrote: > Problem is, that you can easily return non-functions (i.e. functions without > known value - which aren't functions according to the textbook definition, > but Rebol doesn't know...) I don't understand you here, sorry. Can you show me an example, please? Ciao, /Ga

[REBOL] re-entrancy Re:(3)

1999-12-06 Thread lmecir
Hi, Joel, > > > Nor does the technique generalize: > > > > mapper: func ['f] [func [block] compose [foreach element > > block [(f) > > element]]] > > Sure it does, with one little difference: > > mapper: func ['f][func [block] compose/deep [ > foreach element block [(