Re: rpncalc-2.5 RPN Calculator for Python

2006-11-21 Thread Hendrik van Rooyen
"John Machin" <[EMAIL PROTECTED]> wrote: > Hendrik van Rooyen wrote: > > "John Machin" <[EMAIL PROTECTED]> WROTE: > > > > > Hendrik van Rooyen wrote: > > > > "Raymond L. Buvel" <[EMAIL PROTECTED]> wrote: > > > > > > > > > > > > > The rpncalc package adds an interactive Reverse Polish Notation (RPN)

[ANN] rpncalc-2.5 RPN Calculator for Python

2006-11-19 Thread Raymond L. Buvel
The rpncalc package adds an interactive Reverse Polish Notation (RPN) interpreter to Python. This interpreter allows the use of Python as an RPN calculator. You can easily switch between the RPN interpreter and the standard Python interpreter. Home page: http://calcrpnpy.sourceforge.net/ Chang