(no title)
greener_grass | 1 month ago
The best way is a scripting language with locked-down dependency spec inside the script. Weirdly .NET is leading the way here.
greener_grass | 1 month ago
The best way is a scripting language with locked-down dependency spec inside the script. Weirdly .NET is leading the way here.
goalieca|1 month ago
Imustaskforhelp|1 month ago
kh_hk|1 month ago
bash is glue and for me, glue code must survive the passage of time. The moment you use a high-level language for glue code it stops being glue code.
tracker1|1 month ago
Aside: I am somewhat disappointed that the @std guys don't (re)implement some of the bits that are part of Deno or node compatibility in a consistent way, as it would/could/should be more stable over time.
I like Deno/TS slightly more because my package/library and version can be called directly in the script I'm executing, not a separate .csproj file.
oguz-ismail2|1 month ago
Such as?
hiccuphippo|1 month ago
greener_grass|1 month ago
One good example is `uuidgen`