@cm0002@lemmy.world to Linux@programming.dev • 2 months agoLinus Torvalds to Hector Martin: 'Maybe the problem is you'www.theregister.comexternal-linkmessage-square48fedilinkarrow-up1194arrow-down13
arrow-up1191arrow-down1external-linkLinus Torvalds to Hector Martin: 'Maybe the problem is you'www.theregister.com@cm0002@lemmy.world to Linux@programming.dev • 2 months agomessage-square48fedilink
minus-square@ZILtoid1991@lemmy.worldlinkfedilink1•2 months agoD has a way for GC free operation, the easiest way is by using it in BetterC mode. The harder way is writing your own runtime without a GC.
D has a way for GC free operation, the easiest way is by using it in BetterC mode. The harder way is writing your own runtime without a GC.
Yes but that isn’t memory safe.