|
|
|
|
|
by tshaddox
1420 days ago
|
|
> Depends on your definition of "flow control". Yep. That’s why this is a potentially useful rule of thumb for comparing programming languages, especially ones that skew very far in one direction or the other, but it’s not a rigorous definition of the concepts. Some incredibly simple algorithms are difficult to explain naturally without it sounding like control flow. How would you describe the absolute value function without saying “if” or “when” or specifying one particular element from a set? Obviously any computer system needs to be able to determine what steps to take depending on specified conditions. |
|
I don't think you even want a conditional when describing the absolute value function on the complex numbers.