learnbyexample@programming.dev to Programming@programming.devEnglish · 1 year agoAn opinion on what's a good general-purpose programming languageavestura.devexternal-linkmessage-square71fedilinkarrow-up162arrow-down10
arrow-up162arrow-down1external-linkAn opinion on what's a good general-purpose programming languageavestura.devlearnbyexample@programming.dev to Programming@programming.devEnglish · 1 year agomessage-square71fedilink
minus-squareeric@lemmy.calinkfedilinkEnglisharrow-up9arrow-down2·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?