[REBOL] Encouraging functional programming Re:(4)

1999-11-27 Thread erich
uage. BTW, with trow and catch it should theoretically be possible to implement multitasking. Does anybody know how the "evaluation loop" at top level of REBOL works? (not that I want to implement multitasking, that's far beyond my capabilities, I'm just curious...) Greetings, Erich

[REBOL] Encouraging functional programming Re:(2)

1999-11-26 Thread erich
is more expensive than iteration and should be avoided whenever possible, and its always possible if the function calls are proper tail-recursive. Greetings, Erich