Y
Hacker News
new
|
ask
|
show
|
jobs
by
spacedatum
136 days ago
There is no reason to continue writing Python in 2026. Tell Claude to write Rust apriori. Your future self will thank you.
1 comments
JoshPurtell
136 days ago
I do both and compile times are very unfriendly to AI!
link
spacedatum
136 days ago
Compile times, I can live with. You can run previous models on the gpu while your new model is compiling. Or switch from cargo to bazel if it is that bad.
link
JoshPurtell
136 days ago
What compile times do you work with? I use bazel and it still hurts
link
spacedatum
136 days ago
It is a tradeoff, but I prefer my checks at compile time to runtime. Python can be brittle and silently wrong.
link
wiseowise
136 days ago
What kind of type checking do you think Rust does at runtime?
link
spacedatum
136 days ago
Google it and try it yourself.
link