Oh look, another language (ceylon)

Gregory Ewing greg.ewing at canterbury.ac.nz
Wed Nov 20 00:25:16 EST 2013


Steven D'Aprano wrote:
> Which sum would that be?
> 
> Addition of vectors, matrices, quaternions, tensors, something else?

Considering vectors, multiplying a vector by a scalar
can be thought of as putting n copies of the vector
together nose-to-tail.

That's not very much different from putting n copies
of a string one after another.

-- 
Greg



More information about the Python-list mailing list