What if your program has no output? The applications I write seldom has. Instead they save down stuff or send it away here and there during the lifespan of the program.
What is saved and what is sent are outputs.
FP seems to be focused on one input going through transformations ending up in one output.
That's not entirely untrue, but that one can be a set of simpler values, a processes can be values, too.
Comments
What is saved and what is sent are outputs.
That's not entirely untrue, but that one can be a set of simpler values, a processes can be values, too.