learnbyexample@programming.dev to Programming@programming.devEnglish · 1 year agoAn opinion on what's a good general-purpose programming languageavestura.devexternal-linkmessage-square69fedilinkarrow-up159
arrow-up158external-linkAn opinion on what's a good general-purpose programming languageavestura.devlearnbyexample@programming.dev to Programming@programming.devEnglish · 1 year agomessage-square69fedilink
minus-squareeric@lemmy.calinkfedilinkEnglisharrow-up10arrow-down1·1 year agoI’ve been liking Go. Reminds me of Python without the risk of filling my Linux install with dependencies.
minus-squareheeplr@feddit.delinkfedilinkEnglisharrow-up2·1 year agoSo if there’s a non-breaking security update of a dependency, all go apps depending on it need to be recompiled and relinked? There’s no way to link dynamically?
I’ve been liking Go. Reminds me of Python without the risk of filling my Linux install with dependencies.
So if there’s a non-breaking security update of a dependency, all go apps depending on it need to be recompiled and relinked?
There’s no way to link dynamically?