dog_eater@lemmy.worldM to Computers@lemmy.worldEnglish · 1 year agoWhich is the C++ killer?message-squaremessage-square9fedilinkarrow-up12arrow-down10file-text
arrow-up12arrow-down1message-squareWhich is the C++ killer?dog_eater@lemmy.worldM to Computers@lemmy.worldEnglish · 1 year agomessage-square9fedilinkfile-text
minus-squaredog_eater@lemmy.worldOPMlinkfedilinkEnglisharrow-up1·1 year agoI’m not a leet programmer: I thought that Go was only supposed to supplement C, not C++
minus-squaresixdix@lemmy.worldlinkfedilinkEnglisharrow-up2arrow-down1·1 year agogo is garbage collected. It can’t do what c can. It’s simple like c but is not a good replacement for c. golang typically takes things java and python usually do. I think zig has a garbage collector too.
I’m not a leet programmer: I thought that Go was only supposed to supplement C, not C++
go is garbage collected. It can’t do what c can. It’s simple like c but is not a good replacement for c. golang typically takes things java and python usually do. I think zig has a garbage collector too.
Ah, I did not know