Y
Hacker News
new
|
ask
|
show
|
jobs
by
ptrwis
531 days ago
Maybe such operators for basic linear algebra (for arrays of numbers) should be just built into the language instead of overloading operations. I'm not sure if such a proposal doesn't already exists.
1 comments
spiffyk
531 days ago
There is a specialized `@Vector` builtin for SIMD operations like this.
link