Hacker News new | ask | show | jobs
by vorg 4206 days ago
They've stated their decision not to copy certain features such as rampant operator overloading. Is this what you mean by "Scala-bashing"?
1 comments

No. Scala has neither operator overloading nor any kind of rampant form of it.
In Scala you can define stuff like <*/+-> to mean anything you want. Are you perhaps arguing over my choice of words to describe this phenomena?
Yes. It's neither an operator nor are you overloading anything.

The whole point is that everything is just a bog-standard method and infix notation is a orthogonal notion, separate from a method's name.