Josiah Carlson wrote:

> One major problem with this is that except for function calls, * is the
> multiplication operator, which operates on two arguments.  *foo is an
> operation on a single argument, and without parenthesis, would be
> ambiguously parsed.

No, it wouldn't. There's no problem in giving an operator
different unary and binary meanings; '-' already does
that.

--
Greg
_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to