[REBOL] Is daily digest working?

2002-03-19 Thread dajoy
Is daily digest working? I receive individual messages alright but when I change my subscription to digest I don't get the digests. When I change it back to individual messages it starts working again... Daniel -- To unsubscribe from this list, please send an email to [EMAIL PROTECTED] with

[REBOL] Re: Community (was IOS).

2002-03-19 Thread Gregg Irwin
Rebol tutorial - 42 42? Yes, 42. 42!! OK, don't anybody write ANY MORE tutorials for REBOL! (all you Douglas Adams fans out there know what I'm talking about. :) --Gregg -- To unsubscribe from this list, please send an email to [EMAIL PROTECTED] with unsubscribe in the subject, without

[REBOL] Re: Community (was IOS).

2002-03-19 Thread Graham Chiu
On Mon, 18 Mar 2002 11:47:17 -0800 Terry Brownell [EMAIL PROTECTED] wrote: Java tutorial - 81,600 PHP tutorial - 9,940 C++ tutorial - 9,820 Perl tutorial - 13,600 Rebol tutorial - 42 This is fun ... java bug 842,000 perl bug 579,000 php bug 1,090,000 C++ bug 497,000 rebol bug 5,090 --

[REBOL] Re: Problem? load %script.r - howto retrieve all!!??

2002-03-19 Thread Jason Cunliffe
More recently, I've started defining bare objects without assigning a name in the file, such as REBOL [ ... ] make object! [ ... ] Interesting. Yes that's the way Vanilla formats all the dynasnips in /apps ./Jason -- To unsubscribe from this list,

[REBOL] Re: footer on Joel's email

2002-03-19 Thread Charles
Since the REBOL interpreter is supposed to ignore everything above the header I didn't actually need the semicolon. I left it there as a hint, since I *do* need comment-escaped code later on. An experienced REBOL programmer would know that it wasn't needed, so that

[REBOL] Re: footer on Joel's email

2002-03-19 Thread Charles
snipsnip In Joel's program, an empty issue identifier is simply passed on without action or assignment. Clear as mud? --Scott Jones Once I thought about it, it occurred to me what was going on. REBOL would just output the last evaluation anyways. Such as: a: 5 hi == hi or hi == hi

[REBOL] Re: Community (was IOS).

2002-03-19 Thread Carl Read
On 19-Mar-02, Terry Brownell wrote: So, if RT is going to just concentrate on apps, then why not offer Pro and command for free? Of course, if View/Pro/Command is making ANY decent money at all, then forget it, but if not, why not. I don't see Rebol growing too quickly given all the options

[REBOL] Re: editor woes

2002-03-19 Thread Graham Chiu
The IOS editor appears okay though. If your View editor can be made to not appear by opening it up to full-screen size, does the same happen with the IOS one? Be nice to know it doesn't and that this is now a fixed bug. Thanks Carl, Allen. This was in my edit-prefs.r offset:

[REBOL] Re: Community (was IOS)

2002-03-19 Thread Tim Johnson
* Terry Brownell [EMAIL PROTECTED] [020318 13:55]: Here's a quote from the second article from Jason's IOS post... According to Sassenrath, another complaint he hears often is that REBOL isn't open source. The scripts are open source, but the system itself is not. Sassenrath says that the

[REBOL] Is daily digest working?

2002-03-19 Thread dajoy
Is daily digest working? I receive individual messages alright but when I change my subscription to digest I don't get the digests. When I change it back to individual messages it starts working again... Daniel -- To unsubscribe from this list, please send an email to [EMAIL PROTECTED] with

[REBOL] CGI mail problems

2002-03-19 Thread Robert M. Muench
Hi, I'm using Rebol for a simple CGI script to mail the contents of a form. The problem is that I get the following error after the 'send command: ** User Error: Server error: tcp 250 Bye. ** Where: close smtp-port And this message is append to the emitted web-page so that the user can see it.

[REBOL] Re: Community (was IOS).

2002-03-19 Thread Chris
Graham Chiu wrote: This is fun ... java bug 842,000 Looks like google can't get access to the java developer connection, according to Sun's bug tracker that should actually be something like (make sure you are sitting down before reading ahead) 4652671 bugs reported (as of 10:30

[REBOL] Re: Community (was IOS).

2002-03-19 Thread Terry Brownell
If you enclose rebol bug in quotes for the boolean effect, you get 6. TB - Original Message - From: Graham Chiu [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, March 18, 2002 6:46 PM Subject: [REBOL] Re: Community (was IOS). On Mon, 18 Mar 2002 11:47:17 -0800 Terry Brownell

[REBOL] Re: Is daily digest working?

2002-03-19 Thread Gregg Irwin
Hi Daniel, Is daily digest working? I receive individual messages alright but when I change my subscription to digest I don't get the digests. When I change it back to individual messages it starts working again... I've seen this message 3 times now, maybe it's a mailer issue somewhere. I

[REBOL] Re: footer on Joel's email

2002-03-19 Thread Joel Neely
Hi, Charles, Charles wrote: There is, of course, the point that if one were to copy paste the sig into the console (which is what I did), then the comment /is/ required, and the REBOL [] does nothing special. And a good point it is, too! octothorp? I've never heard that term

[REBOL] Re: Rebol programs

2002-03-19 Thread SunandaDH
[EMAIL PROTECTED] : does anybody know someone who created (single persons or companies) heavy programs in Rebol? For heavy programs I intend big programs, not small utilities/games like mines, some email readers, etc... How big is big? I'm a single person and I've developed two

[REBOL] Another day, another Rugby

2002-03-19 Thread Maarten Koopmans
Hi All, Just updated Rugby with something I think Gregg and Petr like. You can now set the IP address that a Rugby server returns in its stubs in the configuration dialect. This is useful when having a machine that has multiple IP addresses / network cards. Get Rugby at

[REBOL] Re: Community (was IOS).

2002-03-19 Thread Porter Woodward
Hmm, but if you take those numbers and use them like so: Java Bugs 842,000 / Java Tutorial 81,600 = 10.32 Rebol Bugs 5,090 / Rebol Tutorial 42 = 121.19 This may not mean any thing - and certainly isn't meant to imply that there are an average of 10.32 bugs per tutorial. But it does give a

[REBOL] object versioning

2002-03-19 Thread Robert M. Muench
Hi, I'm using objecs for my app and have the name/value pairs stored to disk. I want to support object versioning within my app. So when an old version of the object is read from disc it should be converted to the new format. What's the best and most elegant way to do this? I could just copy the

[REBOL] Re: Community (was IOS).

2002-03-19 Thread Joel Neely
Hi, Gregg, All the mice at my house are laughing hysterically... Gregg Irwin wrote: Rebol tutorial - 42 42? Yes, 42. 42!! OK, don't anybody write ANY MORE tutorials for REBOL! (all you Douglas Adams fans out there know what I'm talking about. :) -- ; Joel Neely

[REBOL] Re: Community (was IOS).

2002-03-19 Thread James Marsden
Graham Chiu wrote: This is fun ... java bug 842,000 perl bug 579,000 php bug 1,090,000 C++ bug 497,000 rebol bug 5,090 My research also backed up this trend.. java sux 16,600 perl sux 14,300 php sux 33,400 c++ sux 4,620 rebol sux 157 So based on bugs and overall suckiness we should

[REBOL] Rebol tutorial from IBM

2002-03-19 Thread [EMAIL PROTECTED]
Look at here: http://dev11.otherworks.com/otherblogs/theotherblog/view_articles_commen ts?article_id=1106 -- Prendi GRATIS l'email universale che... risparmia: http://www.email.it/f Sponsor: Un Hard Disk PORTATILE per avere nel taschino fino a 128MB di dati! Per usarlo รจ sufficiente

[REBOL] Re: Community (was IOS).

2002-03-19 Thread Terry Brownell
Also from Cnet downloads... Perl2.exe 3.08 Convert Perl scripts to EXE files. License: Shareware Downloads...31,521 - Original Message - From: Carl Read [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, March 19, 2002 12:50 AM Subject: [REBOL] Re: Community (was IOS). On

[REBOL] Re: Rebol programs

2002-03-19 Thread Gerard Cote
Hello, I wish to create (or to see an existing one) a site visible totally with Rebol. I think it could demonstrate the power of this system. I'm not talking about IOS, but a freeware application, an application .r not a .exe (executable) application like IOS. If this can be of some help to

[REBOL] 2.6 ?

2002-03-19 Thread pat665
Hi rebollers On Wed, 6 Mar 2002 09:53:17 Carl Sassenrath wrote : The experimental 2.6 will be released next week for Windows and Linux platforms. We will announce it here on this list and on our website. Since then I saw only very minor change on RT site and nothing on the list. Did I miss

[REBOL] Re: Community (was IOS).

2002-03-19 Thread Joanna Kurki
People like free. Some things in life are worth paying for.. But not all. Personally I would've prefered RT to be selling developers' versions of REBOL with player versions for free, (no Console and help and stuff perhaps), but I acknowledge REBOL's a very hard language to work out how to

[REBOL] Re: Rebol programs

2002-03-19 Thread Gregg Irwin
does anybody know someone who created (single persons or companies) heavy programs in Rebol? For heavy programs I intend big programs, not small utilities/games like mines, some email readers, etc... Well, RT says that REBOL is intended for programming in the small. I know Maarten has

[REBOL] Re: Rebol programs

2002-03-19 Thread Coussement Christophe
does anybody know someone who created (single persons or companies) heavy programs in Rebol? For heavy programs I intend big programs, not small utilities/games like mines, some email readers, etc... [Coussement Christophe] I'm not sure of your definition of big, but I think

[REBOL] Re: editor woes

2002-03-19 Thread Gregg Irwin
Hi Graham, I had a similar problem. I think it happened when I closed the editor while it was minimized. --Gregg -- To unsubscribe from this list, please send an email to [EMAIL PROTECTED] with unsubscribe in the subject, without the quotes.

[REBOL] Netscape vs Iexplore and parsing

2002-03-19 Thread LE GOFF Philippe FTM/DSI/EXT
Hi, rebolers, I'm a newbye with Rebol and I try some scripts on rebol.com. 1/ For example, I try a example cgi-bin script. (cgiformobj.r) This is the body script : print Content-Type: text/plain^/ ;-- Required Page Header cgi-form: make object! [ ;-- Default form values. Nom: Pas de

[REBOL] Re: editor woes

2002-03-19 Thread Luke Dwyer
I also had the same problem and lived without rebol editor for a while until these posts. My system is Win2000 though. Cheers, Luke -Original Message- From: Carl Read [mailto:[EMAIL PROTECTED]] Sent: Wednesday, 20 March 2002 6:57 AM To: [EMAIL PROTECTED] Subject: [REBOL] Re: editor

[REBOL] Re: Another day, another Rugby

2002-03-19 Thread Gregg Irwin
Great stuff Maarten! Trouble is, I can't seem to keep up with you. :) --Gregg -- To unsubscribe from this list, please send an email to [EMAIL PROTECTED] with unsubscribe in the subject, without the quotes.

[REBOL] Re: Community (was IOS).

2002-03-19 Thread Jason Cunliffe
java sux 16,600 perl sux 14,300 php sux 33,400 c++ sux 4,620 rebol sux 157 I played this game for little while yesterday too - using keys such as 'bugs', 'docs', 'help', 'crash', 'fun', 'how-to', etc. If well correlated, it _might_ really reveal something interesting, but probably about

[REBOL] Re: Community (was IOS).

2002-03-19 Thread Gregg Irwin
Hi Joanna, I could use it if there were free (or very cheap) and easy to install runtime for my View.programs. Last time I checked there was none. For non-commercial use, you can use View (not View/Pro), can't you? --Gregg -- To unsubscribe from this list, please send an email to [EMAIL

[REBOL] Re: editor woes

2002-03-19 Thread Graham Chiu
I had a similar problem. I think it happened when I closed the editor while it was minimized. Hi Gregg, Perhaps we should try and reproduce this so the bug can be fixed. -- Graham Chiu -- To unsubscribe from this list, please send an email to [EMAIL PROTECTED] with unsubscribe in the

[REBOL] Re: Community (was IOS).

2002-03-19 Thread Graham Chiu
I could use it if there were free (or very cheap) and easy to install runtime for my View.programs. Last time I checked there was none. As I and others have mentioned, perhaps RT should look at a mechanism for freely encaping freeware View reblets to help spread the message. -- Graham Chiu

[REBOL] Re: Netscape vs Iexplore and parsing

2002-03-19 Thread john_kenyon
Philippe, 1/ this script runs well, with apache 1.3.12 or IIS 5, and Iexplore 5.5 , but NOT with Netscape 4.5 where the browser response is : html body bgcolor=orange center h1Resultats cgi-reb/h1 etcin line not interpreted by the browser. I suppose it's a problem with CR or LF (I'm

[REBOL] Rebol Unity ??

2002-03-19 Thread Jason Cunliffe
Things are heating up in FlashMX world.. http://www.moock.org/ quote unity is a java-based server that manages socket connections initiated by flash's XMLSocket object. using unity, you can write multiuser applications in flash with minimal fuss, and that is good. /quote What would it take to

[REBOL] Non-profits [was RE: Rebol programs]

2002-03-19 Thread Ryan Cole
[EMAIL PROTECTED] wrote: How big is big? I'm a single person and I've developed two stand-alone applications for non-profit organizations. One is 6,000 lines. The other is This is a great idea Sunanda. Not only is REBOL is free for non-commercial use and could use the exposure, but I could

[REBOL] Re: footer on Joel's email

2002-03-19 Thread Charles
From _The_Elements_of_Typographic_Style_ by Robert Bringhurst, a standard refererence in the field of typography... I thought typography was the study of errors during typing. Hmm... ;) octothorp Otherwise known a the numeral sign. It has also been used as a symbol

[REBOL] Rebol programs

2002-03-19 Thread [EMAIL PROTECTED]
Hi all, does anybody know someone who created (single persons or companies) heavy programs in Rebol? For heavy programs I intend big programs, not small utilities/games like mines, some email readers, etc... Another question: why www.rebol.com has not a full-featured site built using rebol

[REBOL] Re: Community (was IOS).

2002-03-19 Thread Maarten Koopmans
On Tuesday 19 March 2002 00:29, you wrote: Rebol tutorial - 42 42? Yes, 42. 42!! OK, don't anybody write ANY MORE tutorials for REBOL! (all you Douglas Adams fans out there know what I'm talking about. :) Exactly! SO REBOL IS THE ANSWER. And we worship in silence --Maarten -- To

[REBOL] Re: Rebol programs

2002-03-19 Thread Charles
Another question: why www.rebol.com has not a full-featured site built using rebol interface? I can use Rebol only for some specific operations! What about the View Desktop? I missed the original post somewhere, so I'm quoting from Greg's post. I once asked [EMAIL PROTECTED] why they

[REBOL] Re: Community (was IOS).

2002-03-19 Thread X
yes I know, 6 * 7, exactly ;-) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Gregg Irwin Sent: Tuesday, March 19, 2002 12:29 AM To: [EMAIL PROTECTED] Subject: [REBOL] Re: Community (was IOS). Rebol tutorial - 42 42? Yes, 42. 42!! OK, don't

[REBOL] Re: Rebol Unity ??

2002-03-19 Thread Petr Krenzelok
Jason Cunliffe wrote: Things are heating up in FlashMX world.. http://www.moock.org/ quote unity is a java-based server that manages socket connections initiated by flash's XMLSocket object. using unity, you can write multiuser applications in flash with minimal fuss, and that is good. /quote

[REBOL] Re: IOS (was: Browser gripe)

2002-03-19 Thread Petr Krenzelok
Tom Conlin wrote: On Sun, 17 Mar 2002, Jason Cunliffe wrote: Hi Gregg Thanks. Yes your description helps. I just went to check on rebol.com and delighted to discover they have a new links to IOS articles http://www.linuxfocus.org/English/March2002/article230.shtml and