Conversation

Me too :) I like Scala a lot because of how it handled `apply` and `update` (and even more because of how library authors know not to make a trait govern syntax sugar)
1
In Scala? Yeah, you can define any operator you want. Thankfully unlike C++ there's an emphasis on purity and clarity (and unclear operators often get deprecated, like /: and :\ [nobody had any clue what those did])
4
1
Show replies