963
Evolution of C
(programming.dev)
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.
Oh boy, Zig is just uglier C++ with memory safety, and it still has those awful header files...
IIRC it's garbage collected, so really it's just a version of Java.
It does not use a GC
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.