Hacker News new | ask | show | jobs
by JTyQZSnP3cQGa8B 590 days ago
IMHO Rust is between C and C++: more secure and powerful than C, simpler than C++, but it has the potential to do everything.

If you already know C and Python, it would be a better and faster choice. I’m more a C++ expert, but I’ve written a few small command line tools in Rust and it looked a bit like the Python equivalents.