[Python-ideas] Vectorization [was Re: Add list.join() please]
Ronald Oussoren
ronaldoussoren at mac.com
Sun Feb 3 15:16:41 EST 2019
> On 3 Feb 2019, at 09:54, Adrien Ricocotam <ricocotam at gmail.com> wrote:
>
> Nice that you implemented it !
>
> I think all the issues you have right now would go of using another operation. I proposed the @ notation that is clear and different from everything else,
> plus the operator is called "matmul" so it completely makes sense.
The @ operator is meant for matrix multiplication (see PEP 465) and is already used for that in NumPy. IMHO just that is a good enough reason for not using @ as an elementwise application operator (ignoring if having an such an operator is a good idea in the first place).
Ronald
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-ideas/attachments/20190203/a3f531f9/attachment.html>
More information about the Python-ideas
mailing list