Hacker News new | ask | show | jobs
by dijit 1472 days ago
yeah, I love Rust but this rings hollow for me too.

debugging python is a pleasure compared to Rust, and it makes sense that this is the case... Rust itself performs well because of the compilation stage to native code, but it gets harder to step through because of that.