Post #4123380
2026-07-26 15:27 UTC
Eh, go is really good for this kind of stuff. It compiles to a single binary you can just execute from shell
Replies (2)
-
@CameronDev@programming.dev 2026-07-26 23:46
Rust is the same mostly. One upside of bash is that if binary signing was enabled, go and rust binaries would get blocked, but bash would be fine.
-
@Quibblekrust@thelemmy.club 2026-07-27 00:24
Doesn’t that describe most languages?