Post #2702286
2026-03-19 13:12 UTC
@funkyidol@androiddev.social I also prefer Golang these days for bespoke tooling because it has the same rich standard library that made me rely on Python in the first place but it takes away all the fragility that comes from its reliance on the runtime environment. If I write something in Golang I don't have to then also figure out how to make it work on a different machine.
Replies (1)
-
@funkyidol@androiddev.social 2026-03-19 13:42
@msfjarvis@androiddev.social exactly. With python I have experienced a lot of "it works on my machine" when sharing scripts and python backed projects