this post was submitted on 13 Mar 2024
877 points (98.1% liked)

Science Memes

9258 readers
1857 users here now

Welcome to c/science_memes @ Mander.xyz!

A place for majestic STEMLORD peacocking, as well as memes about the realities of working in a lab.



Rules

  1. Don't throw mud. Behave like an intellectual and remember the human.
  2. Keep it rooted (on topic).
  3. No spam.
  4. Infographics welcome, get schooled.


Sister Communities

Science and Research

Biology and Life Sciences

Physical Sciences

Humanities and Social Sciences

Practical and Applied Sciences

Memes

Miscellaneous

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] Yaztromo 18 points 3 months ago (3 children)

C++ is just the next iteration of C.

This is somewhat clever when you know that the ‘++’ operator is the post-increment operator in C.

C# is just another layer of iteration on top of C++.

…except there is no ‘#’ operator in C or C++, so any interesting self-referential pattern breaks down here. The ‘#’ comes from musical notation, where a ‘#’ (sharp) note is played a semitone higher — and was chosen more for marketing purposes rather than scientists having an inside joke.

You could have also mentioned ‘D’, which is another “next iteration of C” independent of C++.

[–] fibrechips 32 points 3 months ago* (last edited 3 months ago) (1 children)

The # looks like two "++" stacked on top of one another

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

The C programming language also descends from the B programming language (though B's lineage unfortunately goes to BCPL, not A)

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

pretty sure there's a D language, and i know there's R but that's not super related, obviously.

i'm just waiting for the ø programming language

[–] [email protected] 4 points 3 months ago

R is partly based on S.

[–] captainlezbian 3 points 3 months ago

R is a wonderful programming language in the eyes of people who are bad at programming. And that’s not disparaging it, it’s just used by scientists and engineers more than programmers because nothing makes an anova take less work

[–] [email protected] 16 points 3 months ago* (last edited 3 months ago) (1 children)

except there is no ‘#’ operator in C or C++, so any interesting self-referential pattern breaks down here

# is two layers of ++, so the pattern is there. Whether that was originally intended or coincidence is another matter, but it works well enough that I suspect it was considered when picking names.

[–] Yaztromo 1 points 3 months ago

That feels like a significant reach — and every online reference I was able to find only talks about using ‘#’ in the musical notation sense, hence why the name of the language is pronounced “C-sharp”.