JPDev@programming.dev to Programmer Humor@programming.dev · edit-24 months agoEvolution of Cprogramming.devexternal-linkmessage-square82fedilinkarrow-up1943arrow-down125
arrow-up1918arrow-down1external-linkEvolution of Cprogramming.devJPDev@programming.dev to Programmer Humor@programming.dev · edit-24 months agomessage-square82fedilink
minus-squarelad@programming.devlinkfedilinkEnglisharrow-up5·4 months agoAnything that is drop-in replacement for C (or C++ for that matter) is going to be awful because of the same compatibility burden, imo
minus-squareZILtoid1991@lemmy.worldlinkfedilinkarrow-up2·4 months agoD is a mostly drop-in replacement (type renaming and such needed though), and it doesn’t have that issue. D even has a mode called BetterC, where the D standard library and the garbage collector is left out.
Anything that is drop-in replacement for C (or C++ for that matter) is going to be awful because of the same compatibility burden, imo
D is a mostly drop-in replacement (type renaming and such needed though), and it doesn’t have that issue. D even has a mode called BetterC, where the D standard library and the garbage collector is left out.