5 ms·
Python is a typed language. Perhaps you were trying to say something different?
by lambdaone 8mo ago
Python is a typed language. Perhaps you were trying to say something different?
- simianwords 8mo agoIs it static or dynamic? Whatever rust is that python isn’t.
- lambdaone 8mo agoPython type hints are static - at the moment, they are advisory only, but there is an obvious route forward to making Python an (optionally) fully statically typed language by using static type checking on programs before execution.
- __MatrixMan__ 8mo agoRust is static. Python is optionally static.
- pantsforbirds 8mo agoThey clearly meant a statically typed language. Yes Python is Strongly Typed, but I think we all knew what they meant.