Hacker News new | ask | show | jobs
by Borogove 4448 days ago
How does this reduce comprehensibility? In cases where you're doing matrix muls, "a @ b" is way clearer than "a.dot(b)". In other cases, infix "@" won't appear.