Go (lang)

from blog Tao of Mac, | ↗ original
A great systems-oriented programming language I’ve taken up to complement Python due to its ability to cross-compile and produce (mostly) self-contained static binaries. TricksShrinking executables via gccgo and upx: go build -mod=vendor -gccgoflags '-Os -s' -o main && upx --best --lzma main Resources Category Date Link Notes AI 2023 agency an...