Kirk  Sluder <[EMAIL PROTECTED]> writes:
> Personally, I've always preferred use the imperative to describe 
> basic math rather than the passive. This would seem to map better to 
> RPN than infix. 

For writing down complicated, nested expressions too?  That's very
unusual.  E.g.

  n! = (n/e)**n * sqrt(2*pi*n) * (1 + (1/12n)) * ...

vs. the same thing in Lisp notation, and that's not even so complicated.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to