Hacker News new | ask | show | jobs
by epage 2591 days ago
I'd say Rust is a productive language for providing competitive CLIs.

- Compiled so easy to distribute compared to Python, JS, etc - Cargo makes it easy to pull in libraries compared to C/C++ - Smart people made some great libraries that make it trivial to get performance and/or a nice UX. e.g. Everything in ripgrep is available for reuse, down to how it walks the filesystem.