[REBOL] Re: [Rugby XPi beta1]

2002-01-28 Thread Maarten Koopmans
Hi, get-rugby-service should do nothing or throw a different error. I'll fix it. Thanks, Maarten Hi Maarten, Testing the /nostubs refinement, I got an error on the client side. ===The server code was rebol [] print Test de rugby do %/D/rebview/public/rugby/rugby.r triple: func

[REBOL] Re: The associative model of data (tm) ...

2002-01-28 Thread Andrew Martin
Petr Krenzelok [EMAIL PROTECTED] wrote: http://www.lazysoft.com http://www.lazysoft.com/associativemodel/default.htm Has anyone heard of it already? Jason wrote: I just read the whitepaper pdf: http://www.lazysoft.com/docs/whitepaper/2000amdwhitepaper2.pdf I like it so far. I *must*

[REBOL] Re: Rugby doco - wip

2002-01-28 Thread Maarten Koopmans
Hi Brett, Very cool, thanks! THis will help (hopefully) Some remarks: - Is it a good idea to include a link to the download sites? - Security: perhaps talk about the /restrict refinement and secure-serve? - What is hard for people is the notion of async programming (that's what I learnt from

[REBOL] XML-RPC out of Rugby?

2002-01-28 Thread Maarten Koopmans
Hi, As Rugby is capable of much more than XML-RPC I am thinking of making it standalone based on the Rugby IO engine. And moving it out of Rugby. Is that a good idea? --Maarten -- To unsubscribe from this list, please send an email to [EMAIL PROTECTED] with unsubscribe in the subject,

[REBOL] Re: The associative model of data (tm) ...

2002-01-28 Thread Brett Handley
Hi Andrew, Well you better read their patent application then I guess :) I like the idea too. Though, I thought their idea was not much different from straight logic theory. Prolog people could possibly confirm or deny this. Brett. - Original Message - From: Andrew Martin [EMAIL

[REBOL] Re: XML-RPC out of Rugby?

2002-01-28 Thread Petr Krenzelok
Maarten Koopmans wrote: Hi, As Rugby is capable of much more than XML-RPC I am thinking of making it standalone based on the Rugby IO engine. And moving it out of Rugby. Is that a good idea? I don't understand the model now. - I don't know what Rugby IO engine stands for exactly. I

[REBOL] Re: Rugby doco - wip

2002-01-28 Thread Brett Handley
Hi Maarten, - Is it a good idea to include a link to the download sites? Most definitely. I'd like to complete it a bit more before deciding on actual URLs though. - Security: perhaps talk about the /restrict refinement and secure-serve? Very good idea. Though maybe I should just link to a

[REBOL] Re: XML-RPC out of Rugby?

2002-01-28 Thread Maarten Koopmans
Well, it works slightly different right now: TCP HTTPXML-RPC | | | | | | Handler- based IO engine (hipe) So... each one lives in its own space. Integrating XML-RPC and HTTP transport can be done,

[REBOL] Re: Rugby doco - wip

2002-01-28 Thread Maarten Koopmans
You are right, but I need it for some inner Rugby. And I'll be sure not too make that kind of mistakes ;-) Will be advanced stuff for experts ;-) --Maarten On Monday 28 January 2002 08:08, you wrote: Maarten Koopmans wrote: - A simple task based system in the IO scheduler, which allows you

[REBOL] Re: XML-RPC out of Rugby?

2002-01-28 Thread Petr Krenzelok
Maarten Koopmans wrote: Well, it works slightly different right now: TCP HTTPXML-RPC | | | | | | Handler- based IO engine (hipe) So... each one lives in its own space. Well, in Rugby -

[REBOL] VID: choice arguments

2002-01-28 Thread Robert M. Muench
Hi, how can I provide a variable as an argument to vid's choice? I tried: test: [choice 1 choice 2 choice 3] choice test But this doesnt work. Robert -- To unsubscribe from this list, please send an email to [EMAIL PROTECTED] with unsubscribe in the subject, without the quotes.

[REBOL] Re: VID: choice arguments

2002-01-28 Thread Cassani Mario
Hallo Robert, Hi, how can I provide a variable as an argument to vid's choice? I tried: test: [choice 1 choice 2 choice 3] choice test But this doesnt work. Robert Use the 'data refinement choice data test Mario -- To unsubscribe from this list, please send an email to [EMAIL

[REBOL] Re: Rugby doco - wip

2002-01-28 Thread Brett Handley
Hi Maarten, - What is hard for people is the notion of async programming Well up I have to admit I'll need to get it clear in my mind to be able to write about it :) Ok, I've been looking in to this a little. It essence it is event-driven programming. A View GUI application is an

[REBOL] Re: REBOL Books

2002-01-28 Thread Ralph Roberts / ALEXANDER BOOKS
Looking back through some old emails, I've found a post from Elan with an update (ch7 errata) for REBOL the Official Guide (RTOG) and also found Ralph Roberts full length acknowledgements post for REBOL for Dummies (RFD). So I thought I'd give them a home. http://www.rebolforces.com/books/

[REBOL] Re: Make_user_manual.r ?

2002-01-28 Thread Brett Handley
Hi Gregg and Sunanda, I liked Gregg's dialect suggestions and particular some of the example. It was really instructive for me and helps clear somethings up. The ideas related to WAIT is problematical for me at the moment. I already have a problem with network activity too. I have used WAIT as

[REBOL] Re: Rugby doco - wip

2002-01-28 Thread Maarten Koopmans
Hey Brett, It is becoming more and more of a rewrite ;-) Hi Maarten, - What is hard for people is the notion of async programming Well up I have to admit I'll need to get it clear in my mind to be able to write about it :) Ok, I've been looking in to this a little. It essence it is

[REBOL] Re: Dinamically changing the data in VID (Was:VID: choice arguments)

2002-01-28 Thread Romano Paolo Tenca
Hi, test: [choice 1 choice 2 choice 3] test2: [scelta 1 scelta 2 scelta 3] lay: layout [ c: choice data test b: button Change [probe c/data probe c/data: test2 show c] ] view lay You can see the values change but not the 'face!!! How can I make it work, please?

[REBOL] Re: Rugby doco - wip

2002-01-28 Thread Romano Paolo Tenca
Hi, Brett Thus a big difference for understanding the two is that: * View makes an event concrete using objects and it dispatches these events to developer defined functions. *Rugby eats the event and instead focusses on providing a pidgeon hole (ticket) for the function results. This

[REBOL] Re: Rugby source code cleaner? :-)

2002-01-28 Thread Joel Neely
Hi, Petr, WARNING: My remarks are not intended as complaints, criticisms, nor negativity, but simply as thinking out loud about how the unique nature of REBOL means that things we are used to doing with other languages may not apply. However, experience indicates that some folks may take

[REBOL] Re: VID: choice arguments

2002-01-28 Thread Robert M. Muench
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Cassani Mario Sent: Monday, January 28, 2002 2:17 PM To: '[EMAIL PROTECTED]' Subject: [REBOL] Re: VID: choice arguments Use the 'data refinement choice data test Hi, well it's so easy if you

[REBOL] Re: REBOL great but flawed = Fw: [Flashcoders] Request for Michael - Fork the Flash IDE

2002-01-28 Thread Jason Cunliffe
Hi Chris I cannot find Python interface to K/Kdb: please tell me more.. [...] K/Kdb as in 'Kx Systems' lightening ***fast** data analysis tools http://kx.com/ Here's the link: http://pin.to/pyk It was in the original mail as well ;-) yes, but the url still does not work. I found

[REBOL] Re: XML-RPC out of Rugby?

2002-01-28 Thread Jason Cunliffe
As Rugby is capable of much more than XML-RPC I am thinking of making it standalone based on the Rugby IO engine. And moving it out of Rugby. Is that a good idea? How does that fit with RebXR? http://earl.strain.at/space/rebXR ./Jason -- To unsubscribe from this list, please send an

[REBOL] Rebol servers

2002-01-28 Thread Scot
Hi, Is there a list of hosting providers available that provide Rebol hosting (and what level of Rebol they provide)? If not, do any of you have suggestions of speedy hosting services that have Rebol w/databases and library hook-ins turned on? Thanks, Sco -- To unsubscribe from this list,

[REBOL] Re: Rebol servers

2002-01-28 Thread Robert M. Muench
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Scot Sent: Monday, January 28, 2002 8:48 PM To: [EMAIL PROTECTED] Subject: [REBOL] Rebol servers Is there a list of hosting providers available that provide Rebol hosting (and what level of Rebol

[REBOL] Re: Strange crash upon SECOND SYSTEM/WORDS

2002-01-28 Thread Geza Lakner MD
Hello Gabriele, Actually, the problem is with the hidden MOLD that the console code does; i.e. when you type SECOND SYSTEM/WORDS at the console, the result gets molded and printed out. And FIRST SYSTEM/WORDS doesn't use a hidden MOLD ? It should ... the can be no such a big difference between

[REBOL] Re: Strange crash upon SECOND SYSTEM/WORDS

2002-01-28 Thread Geza Lakner MD
Hello Romano, a: copy second system/words 1 == 1 Which keep only a fraction of second (my slow system can make 50-100 of them in a second). ... and when you next enter a - THEN crashes! The strangeness esclates IMHO, because it seems that although the binding of 'a happens in the first

[REBOL] Re: Rugby doco - wip

2002-01-28 Thread Brett Handley
Hi Romano, Is this what you want? - client send a request to the server port and ask for an anwer on a given port - client go to wait on his port - server awakes for the client request and makes what the request asked - server send an answer to the client port - server wait -

[REBOL] Re: Rugby doco - wip

2002-01-28 Thread Brett Handley
Hi Maarten, It is becoming more and more of a rewrite ;-) Oops! You made my to be implemented list longer, but this is very valuable to all of us. I don't intend to add to your workload - promis :) Maybe Romano's Arexx reference simplifies it again? I don't know. It may take some time

[REBOL] Re: Rebol servers

2002-01-28 Thread Lok Yek Soon
RebolForces have a link to a list of REBOL hosting sites. But I believed the link is down http://www.rebolforces.com/links.html Maybe someone has a better idea. YekSoon At 11:47 AM 1/28/2002 -0800, you wrote: Hi, Is there a list of hosting providers available that provide Rebol hosting

[REBOL] Re: Rebol servers

2002-01-28 Thread Tim Johnson
* Scot [EMAIL PROTECTED] [020128 11:07]: Hi, Is there a list of hosting providers available that provide Rebol hosting (and what level of Rebol they provide)? My hoster is cniweb.net and hosts the rebol binary on a Linux RH server. I'm sure he would put the binary on a windows server as

[REBOL] Re: XML-RPC out of Rugby?

2002-01-28 Thread Gregg Irwin
Hi Maarten, As Rugby is capable of much more than XML-RPC I am thinking of making it standalone based on the Rugby IO engine. And moving it out of Rugby. Is that a good idea? I think that's a good idea. The simpler the core pieces are, the better, IMO. --Gregg -- To unsubscribe from this

[REBOL] Implementing the associative model of data (tm) in Rebol

2002-01-28 Thread Andrew Martin
So I had a look at the white paper and implemented the flight example in Rebol. Here's the contents of %Flight.r: Flight BA1234 London Heathrow 12/Aug/98 10:25 arrived at on at [1 5 2] [8 6 3] [9 7 4] Concorde [10 6 11] Basically a block of Rebol values; string!, date!, time! and block!. The