rpn is a simple Reverse Polish Notation calculator
It takes input from the command line or from a pipe, and continuously reads and processes the operations.
It is simply implemented and indended to be simple and clear.
rpn is released under the GNU General Public License v2 or any later version.