Programming language idea: The infix form of functions with arity n > 2 is simply further repetitions of the infix operator. f/3 is x f y f z, f/4 is x f y f z f w, and so on.
Programming language idea: The infix form of functions with arity n > 2 is simply further repetitions of the infix operator. f/3 is x f y f z, f/4 is x f y f z f w, and so on.