Don wrote:
bearophile wrote:Don:Indeed. The difficult question is, what would the syntax be?What about the simper: x.dot(y) Bye, bearophilex.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
