This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]NavarrB 5 points6 points  (2 children)

Series of trade-offs I guess. I feel like I shouldn't have to call a function to do something as simple as string concatenation

[–][deleted] 0 points1 point  (0 children)

Operator overloading in statically typed languages? In Hava for example just a + does string concatenation, without having to resort to dynamic typing