cm0002@lemmy.world to Linux@programming.dev · 1 month agoLinus Torvalds to Hector Martin: 'Maybe the problem is you'www.theregister.comexternal-linkmessage-square39fedilinkarrow-up1195arrow-down13cross-posted to: [email protected][email protected]
arrow-up1192arrow-down1external-linkLinus Torvalds to Hector Martin: 'Maybe the problem is you'www.theregister.comcm0002@lemmy.world to Linux@programming.dev · 1 month agomessage-square39fedilinkcross-posted to: [email protected][email protected]
minus-squareFizzyOrange@programming.devlinkfedilinkarrow-up4·1 month agoD didn’t catch on for many good reasons… And it never will. Zig has way more momentum (and it better!) as a “better C”, and obviously the main draw of Rust is memory safety without GC which D doesn’t have.
minus-squareZILtoid1991@lemmy.worldlinkfedilinkarrow-up1·1 month 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.
minus-squareFizzyOrange@programming.devlinkfedilinkarrow-up3·1 month agoYes but that isn’t memory safe.
D didn’t catch on for many good reasons… And it never will. Zig has way more momentum (and it better!) as a “better C”, and obviously the main draw of Rust is memory safety without GC which D doesn’t have.
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.