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

Programmer Humor

19503 readers
1390 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
935
Evolution of C (programming.dev)
submitted 3 months ago* (last edited 3 months ago) by [email protected] to c/[email protected]
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 13 points 3 months ago (14 children)
[–] ZILtoid1991 8 points 3 months ago (13 children)

Issue is, Rust is not a drop-in replacement for C. The memory safety features are just one part, and since Rust is also a "weakly" functional language, thus its prefered to write such code with it.

[–] [email protected] 7 points 3 months ago (7 children)

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

[–] [email protected] 1 points 3 months ago (2 children)
[–] ZILtoid1991 3 points 3 months ago (1 children)

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

[–] [email protected] 0 points 3 months ago (1 children)

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

[–] qaz 2 points 3 months ago* (last edited 3 months ago) (1 children)
[–] [email protected] 1 points 3 months ago* (last edited 3 months 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.

[–] [email protected] 1 points 3 months 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

load more comments (4 replies)
load more comments (9 replies)
load more comments (9 replies)