Re: 1/2 =?



> From: akarl <fusionfive@xxxxxxxxx>
> Or Oberon-2. It has only four (!) precedence levels: logical not,
> multiplicative operators, additive operators and relational operators.

No parentheses and no assignment?? Are you sure?
Does it have any token-level syntax such as string literals etc.?

In any case, Lisp has it beat out, with ony token-level syntax and
parens, no other syntax at all.

Forth has Lisp beat out, not even parens, but that makes Forth code
impossible to visually parse. You know the story of Goldilocks and the
three bears? Lisp is "just right".
.