I've used both Polish and Reverse Polish (RPN) notation. I get that using them one doesn't have to deal with varying evaluation order. While the benefits to automatic computation (as in software) is clear, it's unclear how this aided human reasoning.
Can anyone explain how Polish Notation (or even RPN) simplified reasoning by people over infix notation? I'll be happy with any examples or even references to additional reading.