Hacker News new | ask | show | jobs
by bluejekyll 633 days ago
Not to be that guy, but if you’re doing a new CLI and you want something as fast as C++ but closer to the out-of-the-box cross platform and general use of Python, Rust and the Clap library are a really good option. I can whip out a bug free program with that combination in 15 minutes that works on macOS, Linux, and Windows.
1 comments

Imagine the person that wrote the C++ program has C++ experience and can whip that out in 10 minutes.