Why are “pure” functions called “pure”? [closed]
To answer your first question, mathematical functions have often been described as “pure” in terms of some specified variables. e.g.: the first term is a pure function of x and the second term is a pure function of y Because of this, I don’t think you’ll find a true “first” occurrence. For programming languages, a … Read more