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

Programmer Humor

19171 readers
1971 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
944
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
[–] fermuch@lemmy.ml 1 points 1 month ago (2 children)
[–] ZILtoid1991@lemmy.world 3 points 1 month ago (1 children)

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 (1 children)

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) (1 children)
[–] 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