[REBOL] Re: Anyone needs a B*-TREE?

2002-05-03 Thread Robert M. Muench
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Rod Gaither Sent: Thursday, May 02, 2002 8:42 PM To: [EMAIL PROTECTED] Subject: [REBOL] Re: Anyone needs a B*-TREE? Yes, I volunteer to write some makespec.r format docs for it. Hi, hope you will

[REBOL] Re: evaluation result (or... goodbye)

2002-05-03 Thread laplace
A study of researchers shows that many decisions are taken long BEFORE technical arguments are presented and that those arguments are above all used to confirm decisions already taken than to objectively evaluate the best solutions. In some cases Java is better, on other cases it is not. So I

[REBOL] Re: evaluation result (or... goodbye)

2002-05-03 Thread SunandaDH
laplace: So I don't think that people has to generalize and I don't understand why there is a long list about Java as this is a mailing list about rebol. I appreciated Boris' analysis of the language needs for his project. It clearly shows up the strengths and weaknesses of various

[REBOL] Re: evaluation result (or... goodbye)

2002-05-03 Thread Jason Cunliffe
Maarten ...good luck in the new environment. It could be worse.. Python does have a great community, incredible tool chest http://www.vex.net/parnassus/ and is lots of fun too. Thanks. Au revoir ./Jason __ Jason Cunliffe [NOMADICS: Director

[REBOL] Re: evaluation result (or... goodbye)

2002-05-03 Thread Carl Read
On 03-May-02, laplace wrote: A study of researchers shows that many decisions are taken long BEFORE technical arguments are presented and that those arguments are above all used to confirm decisions already taken than to objectively evaluate the best solutions. In some cases Java is better,

[REBOL] Re: evaluation result (or... goodbye)

2002-05-03 Thread Romano Paolo Tenca
Hi, Sunanda Which is a pity. RT have achieved miracles and produced a potentially world-beating software platform. Is typical of Amiga world from the ancient times: wonderful programmers, unsurpassable software, poor support, wrong alliances, self-destructionist marketing. --- Ciao Romano

[REBOL]

2002-05-03 Thread [EMAIL PROTECTED]
hi all, a question: why the following code does not work? (it should call the loop every 10 seconds, and in the loop, show 3 random numbers: one per second). I see always fast numbers running in the info (no pause!). rebol [] view layout [ a: info rate 10 feel [ engage: func [face act

[REBOL] Re: B*-Tree

2002-05-03 Thread Romano Paolo Tenca
Hi Gabriele, what is the reason to have duplicate words at object and global level? (about your export function) Why not to make them only global if you need that they are global? --- Ciao Romano -- To unsubscribe from this list, please send an email to [EMAIL PROTECTED] with unsubscribe

[REBOL] Re: B*-Tree

2002-05-03 Thread Romano Paolo Tenca
Hi Gabriele, interesting your: [1x1] [2x2] == false It seems that the y is more significant: [3x2] [2x3] == false --- Ciao Romano -- To unsubscribe from this list, please send an email to [EMAIL PROTECTED] with unsubscribe in the subject, without the quotes.