Hacker News new | ask | show | jobs
by zabzonk 129 days ago
> "I'm a Rubyist", "I'm a Pythonista", "A rustacean"

it suddenly struck me that there has never, AFAIK, a single-word noun for a C++ programmer. not sure what, if anything, this implies.

5 comments

I think it’s because C++ programmers tend to define themselves by the domain they work in. Game developer, embedded systems engineer, firmware developer, etc.
I feel like it implies "it's harder to make a word out of 'C++' than it is for things that already naturally evolved as words people say like 'Ruby', 'Python', or 'Rust'".
I'm a Swiftie! Oh wait... oh no...
A Seymour
“I’m a null pointer exception debugger.”
> “I’m a null pointer exception debugger.”

NullPointerException is the Java world. In C++, dereferencing a null pointer is rather undefined behaviour.

So it's perfectly fitting the noun for c++ dev is undefined behavior :D