Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Python is also dynamically typed, but it does something sane:

>> "1" - 1 Traceback (most recent call last): File "<stdin>", line 1, in <module> TypeError: unsupported operand type(s) for -: 'str' and 'int'



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

Search: