this post was submitted on 27 Nov 2025
460 points (92.4% liked)

Science Memes

17442 readers
3383 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.

This is a science community. We use the Dawkins definition of meme.



Research Committee

Other Mander Communities

Science and Research

Biology and Life Sciences

Physical Sciences

Humanities and Social Sciences

Practical and Applied Sciences

Memes

Miscellaneous

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] Truscape@lemmy.blahaj.zone 6 points 14 hours ago* (last edited 14 hours ago) (2 children)

Some forms of programming syntax, although there are the fringe cases where an equation (or function in programming) is represented by a symbol in conjunction with a parentheses input.

For example:

y(x) = 2*x+3

5+y(1) = 10, as 1 is substituted in for x in the prior equation.

[–] TheBlackLounge@lemmy.zip 4 points 12 hours ago (1 children)

And in some languages a number can be used as a name of a variable or a function, so it can be anything really

[–] MotoAsh@piefed.social 1 points 3 hours ago

Not in most programming languages, though. You cannot start names with a number. Unless you're using some strange character that merely looks like a number, anyways. Programming with unicode can get weird but generally works without issue these days.

[–] moriquende@lemmy.world 1 points 4 hours ago

Wouldn't we just assume function expressions are always "in parenthesis"? Then it's just a substitution and no rules were changed.