Don wrote:
bearophile wrote:
Don:
Indeed. The difficult question is, what would the syntax be?

What about the simper:
x.dot(y)

Bye,
bearophile

x.dot(y) and dot(x,y) are already implementable without language change.

As is std.numeric.dotProduct(x, y) without language _or_ library change :o).


Andrei

Reply via email to