[REBOL] Printing Re:(3)

2000-01-03 Thread news . ted
On 1/2/2000 at 8:01 PM [EMAIL PROTECTED] wrote: {{ I guess there really isn't a built-in printing mechanism. The workaround I have figured out is writing an html file, which can be printed from a web browser. }} Non-trivial printing seems like a tough cross-platform challenge, since I'm sure the

[REBOL] Evaluation Re:(2)

2000-01-03 Thread lmecir
Hi, Joel, "Your colts have been faster, sheriff!" 8^) I felt a need to write something like: "Rebol Values vs. Human Values" to point out some differences between the two notions, so I am picking up the glove. 1) Human Values are considered being the same as long as they are equal as e.g. 2 +

[REBOL] Evaluation Re:(3)

2000-01-03 Thread news . ted
On 1/3/2000 at 10:39 AM [EMAIL PROTECTED] wrote: {{ Two values may not be the same even when they are identical in value. }} Hear! Hear! In talking about REBOL, the term VALUE is overloaded to mean both the place whether the value is stored, and the content of that place. In another language,

[REBOL] Re: What's next for REBOL...

2000-01-03 Thread doncox
Hello Carl On 03-Jan-00, [EMAIL PROTECTED] wrote: What's next for REBOL... This sounds like what we are waiting for. Queries: 1. Will this support VR displays similar to VRML? (There are new XML-based formats being developed here) 2. Will it be available on all the platforms? (Amiga in

[REBOL] Re: Printing Re:(3)

2000-01-03 Thread doncox
Hello [EMAIL PROTECTED] On 03-Jan-00, [EMAIL PROTECTED] wrote: On 1/2/2000 at 8:01 PM [EMAIL PROTECTED] wrote: {{ I guess there really isn't a built-in printing mechanism. The workaround I have figured out is writing an html file, which can be printed from a web browser. }} Non-trivial

[REBOL] Evaluation Re:(3)

2000-01-03 Thread joel . neely
[EMAIL PROTECTED] wrote: "Your colts have been faster, sheriff!" 8^) ? I think you've out-obscured me! ;-) {{ Returns TRUE if the values are identical objects, not just in value. For example, a TRUE would be returned if two strings are the same string (occupy the same location in

[REBOL] Modified? returns wrong year Re:(2)

2000-01-03 Thread carloslorenz
Dear Rebols, I'm sorry for taking your time with my lack of attention My Windows sure had a wrong setup for date time Thank you all -Original Message- From: [EMAIL PROTECTED] [EMAIL PROTECTED] To: [EMAIL PROTECTED] [EMAIL PROTECTED] Date: Saturday, January 01, 2000 7:35 PM Subject:

[REBOL] Simple Password Checking Re:(4)

2000-01-03 Thread carloslorenz
Thank you Allen for the comments Carlos -Original Message- From: [EMAIL PROTECTED] [EMAIL PROTECTED] To: [EMAIL PROTECTED] [EMAIL PROTECTED] Date: Saturday, January 01, 2000 1:11 PM Subject: [REBOL] Simple Password Checking Re:(3) Hi Carlos, Since you have so many limitations on the

[REBOL] Simple Password Checking Re:(5)

2000-01-03 Thread carloslorenz
Well Joel, Definitely this sounds to solve the situation I have to deal. I'm not sure l'll get all this information at first read :) Anyway thank you very much for your help. I'll try to follow the whole thing step by step. Carlos -Original Message- From: [EMAIL PROTECTED] [EMAIL

[REBOL] Simple Password Checking Re:(4)

2000-01-03 Thread carloslorenz
Hi Ted, I understood perfectly all that you said. Thank you very much for the help. Carlos -Original Message-From: [EMAIL PROTECTED] [EMAIL PROTECTED]To: [EMAIL PROTECTED] [EMAIL PROTECTED]Date: Sunday, January 02, 2000 11:09 AMSubject: [REBOL] Simple Password

[REBOL] What's next for REBOL... Re:(2)

2000-01-03 Thread robert . muench
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Monday, January 03, 2000 6:53 AM To: [EMAIL PROTECTED] Subject: [REBOL] What's next for REBOL... Re: Surprise, surprise :-) Thanks Carl! Nice to hear /View is knocking the door soon :-) Concerning /View:

[REBOL] timewarp bug? or Y2k bug? at rebol.org -Rebol survives the y12k r ollover?

2000-01-03 Thread doug . vos
Mr. "Timewarp" submitted some items to rebol.org and the page looks like this. Notice the rebol date stamp is good...but the other date say 27-Dec-11999. But perhaps the script that updates rebol.org is computing base on a string! type rather than date! type?? UTILITY Find Functions That Use

[REBOL] Evaluation Re:(4)

2000-01-03 Thread lmecir
Rebol Values vs. Human Values #2: let's have a look at the following example: a: [] probe a insert a 1 probe a Rebol console: a: [] == [] probe a [] == [] insert a 1 == [] probe a [1] == [1] What are we looking at? Probably everybody feels, that we are probing one Rebol Value twice and

[REBOL] Off Topic: Amiga Revival

2000-01-03 Thread icimjs
Hi Petr (et al.), For those of you, who are taking an active interest in the future of Amiga, check out: http://news.excite.com/news/zd/000103/05/gateway-sells-amiga Elan

[REBOL] Basic string functions? Re:(2)

2000-01-03 Thread bo
Actually, the RIGHT function can be expressed more simply: right: func [S [string!] N [integer!]] [copy/part tail S negate N] right "Hello" 3 == "llo" On 2-Jan-2000/14:20:03-8:00, [EMAIL PROTECTED] wrote: Donald Dalley wrote: I don't use REBOL for parsing yet, but someone else is asking me:

[REBOL] Re: Evaluation/functions Re:(11)

2000-01-03 Thread giesse
Hello [EMAIL PROTECTED]! On 02-Gen-00, you wrote: l a) to be free to interchange 6 and (2 + 4) b) to have some l cases where you can't interchange 6 and (2 + 4)? a) applies to purely functional languages, while b) applies to REBOL and other languages that are NOT purely functional.

[REBOL] Re: Evaluation/parentheses Re:(2)

2000-01-03 Thread giesse
Hello [EMAIL PROTECTED]! On 02-Gen-00, you wrote: j Now, is it just me (again ;-) or does it appear that the term j "evaluates" doesn't mean the same thing in these two j descriptions? It's not just you. :-) As has been said (by you or Elan, I forgot...), 'do actually evaluates the content

[REBOL] Amino Development buys an Amiga .... Re:

2000-01-03 Thread bo
Pekr, I've met Bill McEwen. He's got a real heart and spirit for the Amiga. I've corresponded with Fleecy Moss (I believe he's part of Amino too). Fleecy also has a very strong Amiga philosophy and spirit. It will be a very good thing for Amigans if only the business plan works out :-) On

[REBOL] Re: Series essay Re:(6)

2000-01-03 Thread giesse
Hello [EMAIL PROTECTED]! On 03-Gen-00, you wrote: d You are right, but the example is misleading because you don't d use 'load and we could think that it is 'to-word that inserts d the words in system/words. I'd rewrite your example this way: Actually, I used to-word just to show that

[REBOL] Re: Evaluation Re:

2000-01-03 Thread giesse
Hello [EMAIL PROTECTED]! On 03-Gen-00, you wrote: j And some of them have some curious behavior! In the case of [...] Yes, you're right, but I wanted to discuss all those when talking about paths and set-paths. Unfortunately, I didn't have the time to write a complete discussion. :-)

[REBOL] Re: Evaluation/words

2000-01-03 Thread giesse
Hello [EMAIL PROTECTED]! On 02-Gen-00, you wrote: l {{ l Words are evaluated somewhat differently than simple values. l When a word is evaluated, its assigned value is looked-up. If l the assigned value is a word, the assigned value is returned l as a result. If the assigned value is not a

[REBOL] Re: What's next for REBOL... Re:

2000-01-03 Thread giesse
Hello [EMAIL PROTECTED]! On 03-Gen-00, you wrote: i I can't wait to get my fingers and REBOL/View. Me too!! Imagine creating a "desktop" (or perhaps "ambient") entirely written in REBOL/View, where user can modify the "work place" with the use of dialects. After that, the OS no more matters.

[REBOL] Basic string functions? Re:(3)

2000-01-03 Thread ddalley
On 03-Jan-00, [EMAIL PROTECTED] wrote: Actually, the RIGHT function can be expressed more simply: right: func [S [string!] N [integer!]] [copy/part tail S negate N] When might these funcs be made native, Bo? -- ---===///||| Donald Dalley |||\\\===---

[REBOL] Evaluation Re:(5)

2000-01-03 Thread news . ted
On 1/3/2000 at 6:56 PM [EMAIL PROTECTED] wrote: {{ Ted doesn't have to worry about the contents of integer value ... The Human Value of a mutable Rebol Value is actually its current state. }} Actually, "A is a word set to an integer value with the state 2" works pretty good for me. And so

[REBOL] What's next for REBOL... Re:(3)

2000-01-03 Thread Al . Bri
Gabriele wrote: i I can't wait to get my fingers and REBOL/View. Me too!! Much as I dislike posting "me, too!" email,... Me, too! :-) Effectively discarding HTML (and browsers) sounds great to me. I'm holding up my hand to be counted as REBOL/View beta tester! Andrew Martin Who only

[REBOL] What's next for REBOL... Re:

2000-01-03 Thread Steve . Shireman
[EMAIL PROTECTED] wrote: Now is the time for the second stage: REBOL/View. This stage is all about making REBOL useful and exciting for everyone else. Gives new entendre to the phrase "A ROOM with a /View" (where ROOM is Bran Selic's Realtime-Object-Oriented-Modeling acronym which is on

[REBOL] Just testing

2000-01-03 Thread Michael_Chean
Sorry folks somehow my email address got changed by Outlook, so I changed it back - I hope.

[REBOL] What's next for REBOL... Re:(4)

2000-01-03 Thread Michael_Chean
Hi: This sounds great. I've been contemplating learning HTML and it doesn't interest me at all. So I think I fit into the 'everyone else' sector of society.

[REBOL] What's next for REBOL... Re:(5)

2000-01-03 Thread icimjs
At 03:48 PM 1/3/00 -0800, you wrote: Hi: This sounds great. I've been contemplating learning HTML and it doesn't interest me at all. So I think I fit into the 'everyone else' sector of society. My guess is, so does everyone else. I can't imagine anyone, who has ever enjoyed writing HTML

[REBOL] What's next for REBOL... Re:(6)

2000-01-03 Thread Michael_Chean
Elan: I didn't realize that the distaste for HTML was so pervasive as you seem to state. I thought I was just graphically challenged. I've hated formatting languages since I began programming. I wonder how view will differ? What pardigm will it use? I guess we just have to stay tuned.

[REBOL] What's next for REBOL... Re:

2000-01-03 Thread donm
Re: Rebol/view Please include me in those who receive this exciting new development. Don Mayhew [EMAIL PROTECTED] My plan is to release a beta by mid-January to those of you who want to test drive it.

[REBOL] Amino Development buys an Amiga .... Re:(2)

2000-01-03 Thread Petr . Krenzelok
[EMAIL PROTECTED] wrote: Pekr, I've met Bill McEwen. He's got a real heart and spirit for the Amiga. I've corresponded with Fleecy Moss (I believe he's part of Amino too). Fleecy also has a very strong Amiga philosophy and spirit. It will be a very good thing for Amigans if only the

[REBOL] [REBOL] Will the beta be available on the website?

2000-01-03 Thread aden
Will rebol/view be available via the website or through other means? Aden Burnie [[[ creator of rebOLSKETCHA OS ]]]

[REBOL] [REBOL] Will the beta be available on the website? Re:

2000-01-03 Thread Petr . Krenzelok
[EMAIL PROTECTED] wrote: Will rebol/view be available via the website or through other means? Aden Burnie [[[ creator of rebOLSKETCHA OS ]]] what's rebOLSKETCHA OS ? :-) -pekr-

[REBOL] Evaluation/functions Re:(13)

2000-01-03 Thread lmecir
Hi, I am not trying to argue about your personal preferences, but allow me two more questions: 1) what is the meaning of "result" in the case: (print "Hello" 1) , is it only the returned value 1? 2) What would you choose from the four choices: a) the possibility to interchange 2 + 4 and (2

[REBOL] Evaluation Re:(6)

2000-01-03 Thread lmecir
Hi, what I was trying to say, is that for integer values in Rebol you can have only one state, because they are immutable. That means, that you may say: integer value with the state 2 but this is correct too: integer value 2 , because there is no way in Rebol to change it to a different

[REBOL] Guess Rebol got a FAVORABLE nod from Dr. Dobbs!

2000-01-03 Thread stephens
Just picked up a copy of Dr. Dobbs. Michael Swaine, the editor, talked about it, and really gave it the personal thumbs up, and demonstrated how he uses it for their web sites... Just thought you'd like to know :) -ron