[Python-ideas] Vectorization [was Re: Add list.join() please]

Greg Ewing greg.ewing at canterbury.ac.nz
Sun Feb 3 17:48:41 EST 2019


Adrien Ricocotam wrote:
> I honestly don’t understand what you don’t like the @ syntax.

Another probkem with @ is that it already has an intended meaing,
i.e. matrix multiplication. What if you have two vectors of matrices
and you want to multiply corresponding ones?

-- 
Greg


More information about the Python-ideas mailing list