@cm0002 to [email protected] • 2 days agoLinus Torvalds to Hector Martin: 'Maybe the problem is you'www.theregister.comexternal-linkmessage-square44arrow-up1177arrow-down13cross-posted to: [email protected][email protected][email protected]
arrow-up1174arrow-down1external-linkLinus Torvalds to Hector Martin: 'Maybe the problem is you'www.theregister.com@cm0002 to [email protected] • 2 days agomessage-square44cross-posted to: [email protected][email protected][email protected]
minus-square@[email protected]linkfedilink4•1 day 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-square@ZILtoid1991link1•24 hours 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 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.