[REBOL] Non-reentrant function calling in Rebol Re:(9)

1999-12-07 Thread giesse
[EMAIL PROTECTED] wrote: > But some nit-picking: even if you do it like this, you do not get a function > as result (Hint: function must have only one value f x for a fixed x.) ?? Ciao, /Gabriele./ o) .-^-. (--o | Gabriele Santilli / /_/_\

[REBOL] Non-reentrant function calling in Rebol Re:(9)

1999-12-06 Thread joel . neely
[EMAIL PROTECTED] wrote: > >> samef: func [f [any-function!]] [func [x] [f x]] > > 1. Is the samef expected to return a function? Hint: Yes > > 2. Does it really return a function? Hint: No > Doesn't it? Depends on usage, IMHO. >> samef: func [f [any-function!]] [func [x] [f x]] >> t

[REBOL] Non-reentrant function calling in Rebol Re:(9)

1999-12-05 Thread icimjs
Hi Ladislav, we are making progress. That's good and encouraging. you wrote: >But think for the second time: > >1. Is the samef expected to return a function? Hint: Yes Absolutely! > >2. Does it really return a function? Hint: No What?? Of course it returns a function. Oh, my. What do you