logoalt Hacker News

simianwordstoday at 3:43 PM2 repliesview on HN

Is it static or dynamic? Whatever rust is that python isn’t.


Replies

__MatrixMan__today at 4:10 PM

Rust is static. Python is optionally static.

lambdaonetoday at 3:49 PM

Python 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.

show 2 replies