[REBOL] logical value referencing ... Re:(8)

1999-12-24 Thread icimjs
Hi Joel, you quoted me: The line in which 'b was created wasn't changed. Most dramatically, it continues to be the exact same line you commented on as the creation of B is "dynamic" as opposed to A, where the creation is "static" ... Let me see an explanation that maintains that

[REBOL] Series essay Re:

1999-12-24 Thread KGD03011
Hello Joel, Hope you're over your flu by now. I am truly amazed that anyone can write such a coherent and ground-breaking essay under such conditions! I've read your essay, and think the model will be very useful. Overall I believe it is accurate, and it is also reasonably easy to understand.

[REBOL] logical value referencing ... Re:(13)

1999-12-24 Thread lmecir
Hi, trying to answer your question. (I warned you, no KISS! Let's try your example code with a slight modification - hoping it would be OK with you to do so) code: [ source code words: [ print add write open ] values: [ 1 "hi" ftp://ftp.rebol.com 2 %temp.txt ] fragment: []

[REBOL] Series essay Re:(2)

1999-12-24 Thread news . ted
On 12/24/1999 at 6:13 PM [EMAIL PROTECTED] wrote: {{ Perhaps: a - {{* 1}} | V string! | #"1" #"2" #"3" #"4" }} How something like this? string! | #"1" #"2" #"3" #"4" ^ ^ a - {{* 1}} | b - {{* 2}} | c - {{*

[REBOL] Re: essay/2

1999-12-24 Thread anton_rolls
Hello [EMAIL PROTECTED], The translation of the REBOL expression: [10 "1234" 11] could be described by the picture (not REBOL notation!): {{block! 1 *}} | V 10 * 12 ^ whoops, surely you mean 11 ?

[REBOL] Self modifying code Re:

1999-12-24 Thread KGD03011
Rob writes: Any thought on the matter of Object!s potentially being self modifying??? This happens all the time. I don't think it's controversial, is it? One nice thing that objects do is allow you to use a lot of persistent local variables. Here's an implementation I did of an algorithm from

[REBOL] logical value referencing ... Re:(9)

1999-12-24 Thread joel . neely
[EMAIL PROTECTED] wrote: Very cool! I'm going to spend some quality time reviewing your response and get back to you on that on Monday. I'm looking forward to your thoughts. For now, have a happy, restful and peaceful holiday. And everyone else as well. The same to you! -jn-

[REBOL] Re: essay/6

1999-12-24 Thread giesse
Hello [EMAIL PROTECTED]! On 24-Dic-99, you wrote: j NOT-SO-STUPID COPY TRICKS j Applying 'copy to a series returns a new series whose index is j the same as the argument's index, but whose sequence is a j duplicate of the argument's sequence. Later modifications to I'd correct this

[REBOL] Rebol - Code Analysis Tools

1999-12-24 Thread donm
What code analysis tools are available for Rebol ? As an example: Given several pages of code wherein a series has been 'addressed' with many different pointers (or should I say new series have been defined from an original series) via 'traversing' functions: series1: [ "item1" "item2"

[REBOL] Series essay Re:(2)

1999-12-24 Thread joel . neely
Wow! I'm amazed that anyone would have the time and patience to wade through the whole thing (not to mention coming up with such useful feedback) so quickly! Let me make a couple of "blanket" observations before addressing the individual points you raised. BREVITY: I was very concerned that

[REBOL] essay/6 Re:(2)

1999-12-24 Thread joel . neely
[EMAIL PROTECTED] wrote: Hello [EMAIL PROTECTED]! On 24-Dic-99, you wrote: j NOT-SO-STUPID COPY TRICKS j Applying 'copy to a series returns a new series whose index is j the same as the argument's index, but whose sequence is a j duplicate of the argument's sequence. Later

[REBOL] Series essay Re:(2)

1999-12-24 Thread joel . neely
[EMAIL PROTECTED] wrote: Hello Joel (part 2), Okay, now for a lot of picky little comments. That's OK... I have good tweezers, too! ;-) essay/1 1. This model uses the non-REBOL term "entity" to refer to a specific data structure that represents a particular REBOL value. This