| Aye. A decade or so ago I wondered if the reason maths was hard was the names being optimised for writing by hand. Everything's single letters if they can get away with it, so when mathematicians run out of Latin alphabet, they use Greek, bold, etc. Even integration's ∫ is a fancy elongated s. CS version would be e.g. integral(function=some_named_function, from=a, to=b, with_respect_to=argument_of_function), which may be longer, but is less opaque, especially when you get in so deep there's 3 other people in the world who've looked into this specific problem and you had to invent your own operations. But that's all an outsider's perspective. I stopped with two A-levels in maths and further maths. |
Same reason why we write 5-3, not subtract(minuend=five, subtrahend=three).