|
|
|
|
|
by da0sdarust
1867 days ago
|
|
I'm probably 2-3x more productive in Rust than in Python and I would consider myself equally proficient in both (Python was my main language for 2-3 years). Writing code is slower in Rust, but the type system and borrow checker tend to save me so much time down the road by immediately catching bugs that I probably would've needed to debug with print statements or notebooks in Python. |
|