Sujet : Re: Operator precedence
De : mail (at) *nospam* axel-reichert.de (Axel Reichert)
Groupes : comp.lang.awkDate : 30. May 2024, 09:22:01
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <87ed9jk8uu.fsf@axel-reichert.de>
References : 1 2 3 4 5 6 7 8 9
User-Agent : Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux)
Janis Papanagnou <janis_papanagnou+
ng@hotmail.com> writes:
People should be anyway aware of the operator precedences in the
various programming languages
Sure. I have neither problems with prefix notation as in Lisp or postfix
notation as in Factor. It is the infix languages (which boast as an
advantage to be closer the usual mathematical notation) where I think it
is crucial to stay close to the mathematical notation, otherwise the
purported advantage vanishes immediately.
Axel