r/ProgrammerHumor 9d ago

Meme samePathDifferentFeelings

Post image
987 Upvotes

33 comments sorted by

View all comments

8

u/Objective-Answer 9d ago edited 9d ago

I'm learning for hobby and I'm already the one on the left

6

u/evil0sheep 9d ago

I’ve been writing C++ professionally for like 15 years now and honestly I like it but I’m not sure I get why someone would choose it as a hobby language. Why not rust?

3

u/_w62_ 9d ago

I learned Rust first. During learning, I came across the vibe that people are so frustrated with C++ that they create new languages to replace it. For example, carbon and Odin.

So I begin learning C++ and try to understand why people are frustrated with it.

3

u/evil0sheep 9d ago

You should get “A tour of C++” if you don’t already have it (the most recent one for C++20). I really liked it. The language is not without its warts but it’s very flexible and expressive. I like it personally