Ask HN: How productive are you in Rust?
When I program in Python I feel like I can _fly_. No Google, no Stackoverflow. I seem to have memorized the standard library APIs that I need to the point where I can stand up an app in a few hours (or a day).
However, when I program in Rust (I'd say I'm intermediate) I find myself _constantly_ having to Google things, _constantly_ having the use Stackoverflow. My productivity slows to a crawl. Don't get me wrong, I learn a _ton_ but still, makes me feel bad that I can't go at 50% of my Python pace.
How productive are you in Rust?
4 comments
[ 3.8 ms ] story [ 16.9 ms ] threadWell yeah, i still feel like i need to learn a lot of things when i'm writing Rust, but the paradigms and things that Rust forces me to use makes me a better developer overall IMO.
I knew Rust has very steep learning curve, but I try to overcome that urge to quit.
I'm not going to say that I'm productive, as I'm at the learning phase.
If I really wanted to write something in a shor time, like in an afternoon, Python is always my goto.