Hacker News new | ask | show | jobs
by echelon 3747 days ago
Rust is also an absolute pleasure to write. It feels like a functional Ruby (minus the bad parts) with types. The RAII is natural; writing C++ feels cludgy by comparison.

Cargo is absolutely brilliant, too. It's better than NPM.

I'm writing most of my new side projects in Rust now, FWIW.