Comment on What are the recommended scripting languages for complex shell scripts beyond bash?
philm@programming.dev 1 year agoYeah as weird as it sounds to use a “low”-level systems programming language such as Rust. Rust works surprisingly well as “script” language. (And you don’t have to deal with the ugliness of bash, admittedly though, that bash is quite a bit more concise when using a lot of program executions and piping the results etc.)