▲ | junyjujfjf 7 months ago | ||||||||||||||||
> The Python type system is pretty bad Coming from the perspective of a religious python hater, their type hints are better than what you give credit for: Supports generics, nominative, structural, unions, bottom type, and literals. What is missing is mainstream adoption in libraries which is a matter of time. | |||||||||||||||||
▲ | lmm 7 months ago | parent | next [-] | ||||||||||||||||
Optional typing is always a castle built on sand. I don't see Python typing ever becoming reliable, because there's no way you can retrofit the entire ecosystem that thoroughly. | |||||||||||||||||
▲ | maleldil 7 months ago | parent | prev [-] | ||||||||||||||||
> What is missing is mainstream adoption in libraries which is a matter of time. I don't think that's a big problem anymore. Between typeshed and typing's overall momentum, most libraries have at least decent typing and those that don't often have typed alternatives. | |||||||||||||||||
|