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

From the link:

> recent versions of Python have added type annotations that optionally allow the programmer to specify the types used in a program. However, Python’s type system is not capable of expressing many types and type relationships, does not do any automated typing, and can not reliably check all types at compile time. Therefore, using types in Python requires a lot of extra code, but falls far short of the level of type safety that other languages can provide.




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

Search: