Hacker News new | ask | show | jobs
by frowaway001 4206 days ago
No. Scala has neither operator overloading nor any kind of rampant form of it.
1 comments

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.