this post was submitted on 05 Aug 2024
951 points (97.4% liked)

Programmer Humor

29741 readers
758 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 2 years ago
MODERATORS
951
Evolution of C (programming.dev)
submitted 2 years ago* (last edited 2 years ago) by JPDev@programming.dev to c/programmer_humor@programming.dev
 
you are viewing a single comment's thread
view the rest of the comments
[–] ZILtoid1991@lemmy.world 2 points 2 years ago

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.