Quote:
Originally Posted by Worldwalker
RPN is the notation of evil. I know it's easier to process -- just push your operands on the stack and all -- but I want my computing devices to work to make things easier for me, not for me to have to work to make things easier for them.
|
Yes, this is true.
However, RPN does mean you do not need to use any parenthesis to alter the order of operation.
The compute language Forth uses RPN.