dack@lemmy.worldtoProgramming@programming.dev•Hear me out: A scripting language that compiles to bash or sh (any suggestions?)
13·
1 year agoI don’t see why bash would be used at all here. If you want something that doesn’t need another interpreter, then just compile a binary.
But then building it still requires whatever scripting tool you use. Including the bash-ified version would not for practice, as it wouldn’t be very human readable and would have to be kept in sync with the source script. It’s much cleaner and simpler to just require python for your build environment.