Hacker News new | past | comments | ask | show | jobs | submit login

C#, GoLang, Javascript, Python, and Ruby are several.

Python and Ruby even overload *, for the dubiously useful construction:

"hello" * 3 == "hellohellohello"




I like Julia's standard string concat which subverts a Python user's intuition: "string1" * "string2" == "string1string2". Why? Because monad.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: