/top/
/new/
/best/
/ask/
/show/
/job/
^
slacker news
login
about
←back to thread
Unexpected productivity boost of Rust
(lubeno.dev)
517 points
bkolobara
| 1 comments |
27 Aug 25 15:48 UTC
|
HN request time: 0s
|
source
Show context
koakuma-chan
◴[
27 Aug 25 16:22 UTC
]
No.
45041723
[source]
▶
>>45041286 (OP)
#
I encourage every one to at least stop writing code in Python.
replies(5):
>>45041794
#
>>45041941
#
>>45042073
#
>>45043031
#
>>45049992
#
veber-alex
◴[
27 Aug 25 16:40 UTC
]
No.
45041941
[source]
▶
>>45041723
#
Here is some actual useful advice:
Use a type checker! Pyright can get you like 80% of Rust's type safety.
replies(7):
>>45042031
#
>>45042063
#
>>45042147
#
>>45042269
#
>>45043223
#
>>45047269
#
>>45050186
#
1.
jaza
◴[
28 Aug 25 01:25 UTC
]
No.
45047269
[source]
▶
>>45041941
#
Exactly! I code in Python every day, I haven't done so without a type checker (usually mypy) for years, I don't push a single change without type-checking it first, it catches stupid mistakes and saves me from breaking production all the time.
ID:
GO
↑