Hacker News new | ask | show | jobs
by rayiner 4037 days ago
> That's not the way most people are using the term, if you are going to use it differently from everyone else, you should clarify the meaning of your usage of the term.

How do people use the term "method of operation?" I'm trying to draw your attention to the distinction between the abstract process of walking (moving your legs in a particular way), and concrete descriptions of that method.

> I would say that's either not true or entirely non-obvious, because to establish that the concept is what is being described in the later case is you had to provide some form of description in the previous case, in this case:

Sure, any abstract concept cannot be discussed by humans without reducing it to a written or spoken description. But that does not mean that the concept and the description are the same thing.

> happens to be the common-english equivalent for

Or "fn cupcake(x: i32) -> i32" or "function cupcake(x: integer) : integer;" etc. There are many different concrete descriptions of the abstract concept of a function taking an integer and returning an integer.