957
Evolution of C (programming.dev)
submitted 1 month ago* (last edited 1 month 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
[-] sukhmel@programming.dev 7 points 1 month ago

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

[-] ZILtoid1991@lemmy.world 2 points 1 month 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.

[-] fermuch@lemmy.ml 1 points 1 month ago
[-] ZILtoid1991@lemmy.world 3 points 1 month ago

Oh boy, Zig is just uglier C++ with memory safety, and it still has those awful header files...

[-] CanadaPlus@lemmy.sdf.org 0 points 1 month ago

IIRC it's garbage collected, so really it's just a version of Java.

[-] qaz@lemmy.world 2 points 1 month ago* (last edited 1 month ago)
[-] CanadaPlus@lemmy.sdf.org 1 points 1 month ago* (last edited 1 month ago)

Apparently, I do not RC. I might have been thinking of Nim. A quick search indicates it's not memory-safe, though. It has a few helpful features to keep errors under control, but that's it.

[-] sukhmel@programming.dev 1 points 1 month ago

I was planning to check it out, but don't have any experience yet. I thought it is more of a replacement than drop-in replacement, I may have been wrong

this post was submitted on 05 Aug 2024
957 points (97.5% liked)

Programmer Humor

19197 readers
1129 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 1 year ago
MODERATORS