this post was submitted on 05 Apr 2025
163 points (95.0% liked)
Programmer Humor
35151 readers
370 users here now
Post funny things about programming here! (Or just rant about your favourite programming language.)
Rules:
- Posts must be relevant to programming, programmers, or computer science.
- No NSFW content.
- Jokes must be in good taste. No hate speech, bigotry, etc.
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I think the memory stuff is pretty good nowadays. I'm sure I saw modern C++ can have a garbage collector. And the syntax is only runelike until you learn it, like any language really. As an industry C# developer I've recently taken up C++ as a hobby to better learn the workings of low level code and I've been enjoying it so far.
c# has lovely syntax and languages like it and python are pretty readable with basic coding knowledge. C++ if you don't know a symbol there's too many options and the risk of misunderstanding is too high.
I will agree with your claim "if you learn the syntax then you know the syntax" but I don't find this valuable.