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

Frankly, I think Perl has the best approach to this specific problem. We all want to do some string concatenation. We all want to render some non-string values as strings sometimes. So:

    1 + 0 = 1
    1 . 0 = 10
Just stop using + to concatenate strings.



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

Search: