Hacker News new | ask | show | jobs
by garethrowlands 234 days ago
The term 'variable' is from mathematics. As others have said, the values of variables do vary but they do not mutate.
2 comments

Yes, and math has the notion of "free variable" and "bound variable" [1].

[1] https://en.wikipedia.org/wiki/Free_variables_and_bound_varia...

They are often called bindings, not variables, so as to make it clear that they are just a name for a thing that will not change.