Y
Hacker News
new
|
ask
|
show
|
jobs
by
humanrebar
519 days ago
For what it's worth, I get the same experience you're describing with statically typed python wired up to mypy. Not that rust and python have the same feature set in other ways.
1 comments
perfmode
519 days ago
Where can I learn more about statically typed python?
link
pletnes
518 days ago
https://www.mypy-lang.org/
https://docs.python.org/3/library/typing.html
link