"Waldemar Kornewald" <[EMAIL PROTECTED]> writes:

> Actually, those precedence rules make formulas easier to read. Maybe
> Lisp has brainwashed its users, but excessive use of parenthesis isn't
> so nice, really. :)

Why not have LOLA/Object refuse to compile:

1 + 2 / 3

so that the user either has to write:

(1 + 2) / 3

or:

2 / 3 + 1

or:

1 + (2 / 3)

?

-- 
Michael FIG <[EMAIL PROTECTED]> //\
   http://michael.fig.org/    \//

_______________________________________________
fonc mailing list
[email protected]
http://vpri.org/mailman/listinfo/fonc

Reply via email to