Deno scripting

Introduction Have you ever felt like you’re making too many shell scripts? Some may say that every line of bash is too much bash. An example of why bash may be not the best solution for writing scripts is shellcheck. There are too many possible mistakes. In the last few years I have been experimenting with different scripting languages, and I think I have found a few good ones. A non-exhaustive list is: ...

February 13, 2025 · 6 min · Erlend Hamnaberg