[Python-ideas] Is there a good reason to use * for multiplication?

Masklinn masklinn at masklinn.net
Sat Oct 13 11:34:11 CEST 2012


On 2012-10-12, at 23:37 , Ethan Furman wrote:
> 
> In college we dropped the · and just wrote stuff like:
> 
> (x + z)(x - y)
> 
> but we can't do that in Python because they are function calls.

Numbers could be callable with __call__ aliasing to a
multiplication…


More information about the Python-ideas mailing list