Hi,

Back around 1967 or so, when I was just learning to program in
Fortran II, I made the decision that I would never try to
memorize precedence rules for expression evaluation. I just used
parentheses to get the precedence I intended in Fortran, Perl,
Rexx, VB, etc., and I've been doing it all along. Never had a
problem with errors due to precedence rules.

So I don't have any problem with Rebol's unusual precedence
rules. I just look at it as being forced by Rebol to continue
doing what I've been doing for the last 35+ years or so anyway.
:-)

I think it's a pretty good programming practice, and it works
well for me.


Bernie Schneider

The individual has always had to struggle to keep from being
overwhelmed
by the tribe. To be your own man is a hard business. If you try
it, you will
be lonely often and sometimes frightened. But no price is too
high to pay
for the privilege of owning yourself.
                                                                
     -- Friedrich Nietzsche --
----- Original Message ----- 
From: "Romano Paolo Tenca" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, December 23, 2004 4:45 PM
Subject: [REBOL] Re: order of evaluating expressions..


>
> Eric Haddix wrote:
>
> >Now my question, does anyone find Rebol's order of evaluating
to be
> >helpful?
> >
> >
> Rebol does the simplest thing, it can do: simple infix with no
> precedence. Every other thing would require a more complex
internal
> algorithm. It is not the best for humans, but it works.
>
> -- 
> Ciao
> Romano Paolo Tenca
>
> -- 
> To unsubscribe from the list, just send an email to
rebol-request
> at rebol.com with unsubscribe as the subject.
>

-- 
To unsubscribe from the list, just send an email to rebol-request
at rebol.com with unsubscribe as the subject.

Reply via email to