Hacker News new | ask | show | jobs
by rhodysurf 834 days ago
I am the same, and for me the biggest reason to use rust for this stuff is simply how if i leave projects, I know that the type system is so strict that I know in a few months things should still work even as I just jump in and change stuff. With python projects they just feel like they rot.

Also as copilot generates code for me, if it compiles in rust I know it will usually work well. With python the iteration loop is so much less trustworthy