-
For simple to medium-complex tools Bash is perfectly fine. For example, off the top of my head the nixos-rebuild command in NixOS is a bash script, as is pass.
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
If you know C you can use C. The currrent trend is to rewrite common unix tools in Rust. C++ is also a common choice for more complex tools. For example the DNF package manegr is written in C. APT, Nix are in C++.
-
If you know C you can use C. The currrent trend is to rewrite common unix tools in Rust. C++ is also a common choice for more complex tools. For example the DNF package manegr is written in C. APT, Nix are in C++.
-
If you know C you can use C. The currrent trend is to rewrite common unix tools in Rust. C++ is also a common choice for more complex tools. For example the DNF package manegr is written in C. APT, Nix are in C++.