@itsfoss Reading this while converting all my shell scripts and status bar to custom Rust programs!
It's such a pleasure to program in Rust. Everything is explicit and tightly controlled. No hidden flows (a problem I had with Python on more than one occasion) - but without sacrificing expressiveness (how about sorting a vector of enum variants with just 2 lines?). And the compiled programs are almost always fast and rock solid.