[REBOL] Re: New Rugby based chat client

2001-10-06 Thread Graham Chiu
I've got a test version up that uses the asynchronous non blocking i/o of Rugby 4.2 http://www.compkarori.co.nz/reb/gorimnb.r It has not been debugged yet, and a few things that worked in earlier versions do not work now, but you can easily see the speed difference betweeen the earlier

[REBOL] Re: business object definitions/where to start

2001-10-06 Thread Robert M. Muench
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of John Sequeira Sent: Friday, October 05, 2001 4:21 PM To: [EMAIL PROTECTED] Subject: [REBOL] Re: business object definitions/where to start Also, for more generic business objects, the two

[REBOL] Swatch time

2001-10-06 Thread Graham Chiu
Has anyone written a function that converts local time to Swatch or Internet time? -- Graham Chiu -- To unsubscribe from this list, please send an email to [EMAIL PROTECTED] with unsubscribe in the subject, without the quotes.

[REBOL] Re: business object definitions

2001-10-06 Thread Robert M. Muench
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Gregg Irwin Sent: Friday, October 05, 2001 7:40 PM To: [EMAIL PROTECTED] Subject: [REBOL] Re: business object definitions The key, I think, is IOS. Hi, I don't know much about IOS at the moment and

[REBOL] Re: operator precedence, just curious...

2001-10-06 Thread Gabriele Santilli
Hello Ryan! On 05-Ott-01, you wrote: RC If you still miss those operator precedence rules, somebody RC did write a dialect that does it, I am sure its easy to find. It is not online, but maybe I should put it on my REB site? eval [6 * 7 - 3 / 4] == 41.25 To avoid the overhead of parsing

[REBOL] server redirect rebol in CGI mode

2001-10-06 Thread Will
Hello all 8) I have a little problem: when I do a server redirect in a cgi, everything goes fine but the process that sent the redirect doesn't quit. any idea how to quit or kill that process ? code: #!/Users/dRUId/rebol/CORE/rebol -cs rebol [] http-redir: func [url] [ print join

[REBOL] Re: operator precedence, just curious...

2001-10-06 Thread Gregg Irwin
Hi Joel, ... but that's actually PN (Polish Notation, in which the operator comes before its operands), not RPN (Reverse Polish Notation, in which the operator follows its operands). DOH! Of course you are correct. My little HP20S doesn't work quite like the old ones did (my Dad had an HP65,

[REBOL] Re: Windows: Shortcut to scripts

2001-10-06 Thread Gregg Irwin
Hi Robert, I'm trying to create a LNK file with the normal Windows process. But I'm not sure why the normal Windows LNK way doesn't work. It could be that the Rebol interpreter doesn't use the information about the start-in directory from the environment. I don't know either. Maybe REBOL

[REBOL] Documentation for nntp.r

2001-10-06 Thread er86
I seem to be unable to find the documentation on how to use nntp.r. Has anyone else located the documenation for it? -- To unsubscribe from this list, please send an email to [EMAIL PROTECTED] with unsubscribe in the subject, without the quotes.

[REBOL] Re: reduction

2001-10-06 Thread Andrew Martin
map ? Is that a REBOL/Command word? View says it knows nothing about it. Larry Palmiter, and I think Ladislav Mecir, have written map functions which may be what Hwee Kwang was referring to. And mine is at: http://valley.150m.com/Rebol/Values/Map.r Andrew Martin ICQ: 26227169

[REBOL] Re: Documentation for nntp.r

2001-10-06 Thread Graham Chiu
On Sat, 6 Oct 2001 14:46:07 -0400 er86 [EMAIL PROTECTED] wrote: I seem to be unable to find the documentation on how to use nntp.r. Has anyone else located the documenation for it? Have you seen? http://www.reboltech.com/library/html/nntp.html -- Graham Chiu -- To unsubscribe from

[REBOL] Re: Swatch time

2001-10-06 Thread Carl Read
Can you define what Swatch time is? I've only heard they'd invented it. Is Internet time the same? If not, what is it? I think GMT when I think Internet time. And isn't it time Daylight Saving was banned? (Kicked in this morning here - grumble, grumble...) On 06-Oct-01, Graham Chiu wrote:

[REBOL] Re: Swatch time

2001-10-06 Thread Graham Chiu
On Sun, 07 Oct 2001 08:48:33 +1200 Carl Read [EMAIL PROTECTED] wrote: Can you define what Swatch time is? I've only heard they'd invented it. Is Internet time the same? If not, what is it? I think GMT when I think Internet time. See http://www.swatch.com I cobbled this together last

[REBOL] Common Language Runtime

2001-10-06 Thread [EMAIL PROTECTED]
Are there any plans to port REBOL to use Microsoft's Common Language Runtime? I understand besides C# and VB the new CLR will have third party support from smalltalk and even COBOL, among other languages, allowing them to make calls to the .Net objects Microsoft is developing. -Ryan -- To

[REBOL] Some new scripts

2001-10-06 Thread oliva . david
Hi.. This is just to let you know, that I've just updated some of my scripts at http://www.sweb.cz/r-mud/index.r Hope it will work. See the 'capsule progress bar' :) Cheers Oldes... PS: more scripts you can download directly from the web site! -- To unsubscribe from this list, please

[REBOL] newbieQ: Where and when Rebol tries to install itself ?

2001-10-06 Thread Jason Cunliffe
On my laptop I am running Rebol/Command [ Win89se ]. %/c/rebol Before buying Command, I ran Rebol/View, then Rebol/ViewPro and have occasionally successfully run the Rebol Plugin in IE 5.5 But Rebol seems far too ready to install itself all over the place. For example, if I open a windows

[REBOL] Re: Swatch time

2001-10-06 Thread [EMAIL PROTECTED]
Yup. http://www.escribe.com/internet/rebol/m4983.html -Ryan Has anyone written a function that converts local time to Swatch or Internet time? -- Graham Chiu -- To unsubscribe from this list, please send an email to [EMAIL PROTECTED] with unsubscribe in the subject, without the quotes.

[REBOL] attach.r usage examples ?

2001-10-06 Thread Jason Cunliffe
Please can anyone be so kind as to provide some syntax examples of how to use attach.r http://www.reboltech.com/library/html/attach.html thanks - Jason -- To unsubscribe from this list, please send an email to [EMAIL PROTECTED] with unsubscribe in the subject, without the quotes.

[REBOL] Re: newbieQ: Where and when Rebol tries to install itself ?

2001-10-06 Thread Petr Krenzelok
1) Follow Rebol docs and take care of path issue. However - there is a bug to which I haven't received any confirmation. Running rebo using -i (no-install) switch doesn't prevent you from installation, if rebol doesn't find user-prefs.r and prefs.r on path you start it from. 2) I tried to use

[REBOL] Re: Swatch time

2001-10-06 Thread Graham Chiu
On Sat, 06 Oct 2001 13:54:40 -0500 [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Yup. http://www.escribe.com/internet/rebol/m4983.html Damm. Should have searched the archives :) Oh well, I needed to feed a time as a parameter to convert any time in any time zone My chat program now

[REBOL] Re: Documentation for nntp.r

2001-10-06 Thread Allen Kamp
- Original Message - From: er86 [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Sunday, October 07, 2001 4:46 AM Subject: [REBOL] Documentation for nntp.r I seem to be unable to find the documentation on how to use nntp.r. Has anyone else located the documenation for it? There is

[REBOL] Re: Some new scripts

2001-10-06 Thread Gregg Irwin
Very cool stuff Oldes! This is a great example of runtime colorization as well. I'll have to dig into them a little bit to see how you work your magic, but they are very, very nice! --Gregg -- To unsubscribe from this list, please send an email to [EMAIL PROTECTED] with unsubscribe in the

[REBOL] Re: Swatch time

2001-10-06 Thread Joel Neely
Hello, all Graham Chiu wrote: On Sat, 06 Oct 2001 13:54:40 -0500 [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Yup. http://www.escribe.com/internet/rebol/m4983.html Damm. Should have searched the archives :) Except that the above version left out the modulus adjustment ...

[REBOL] Re: reduction

2001-10-06 Thread Lim Hwee Kwang
hi, the one i use has a deep refinement: ===CODE=== REBOL [ Title: Map Function Date: 24-November-1999 Author: Larry Palmiter Purpose: { Maps a function of one arg onto a (nested) block of values. } ] map: func [ Maps a function onto elements of a block :f function

[REBOL] Re: Swatch time

2001-10-06 Thread Graham Chiu
On Sat, 06 Oct 2001 20:56:50 -0500 Joel Neely [EMAIL PROTECTED] wrote: Except that the above version left out the modulus adjustment ... biel-mean-time-total-seconds: biel-mean-time-total-seconds + 86400 // 86400 ... to compensate for midnight rollover. Otherwise one gets

[REBOL] Re: Swatch time

2001-10-06 Thread Graham Chiu
On Sat, 06 Oct 2001 13:54:40 -0500 [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Yup. http://www.escribe.com/internet/rebol/m4983.html Hmm. Didn't know about /hour /minute as refinements of time! Pity you can't therefore do now/time/hour -- Graham Chiu -- To unsubscribe from this list,