Earlier quoted context omitted.
That language is math . Which, due to historical accident, was inspired by Arabic writing, rather than the Latin variety.
that sounds interesting, but i'm having a hard time getting my head round it. can you give an example where math is right to left? [edit oh, numbers! thanks! i was thinking about algebra.]
Link: http://weber.marblefalls.txed.net/mfhs/academics/electives/c...
Example:
(+ 5 (* 10 x))
Which more or less means 5 + 10 * x in everyday notation.Compare to Reverse Polish Notation (used in Hewlett-Packard calculators and elsewhere), which would express the above as:
10 x * 5 +