|
|
|
|
|
by SiempreViernes
2039 days ago
|
|
This argument falls by simple counter example: cos, sin, log are all multi character names that are routinely used with no significant syntax confusion without having to use explicit multiplication indicators. So longer names are routinely used despite apparent impossibility due to multiplication confusion. No, notation is terse for other reasons. Largely driven by the very common practice of writing it by hand. If you give your new object a long name and use that very name as a symbol you'll quickly discover that others who are interested will just abbreviate it to a letter to save effort writing it. |
|
That is why we have aliasing in most shell languages or the using directive in C# and C++, or try-with-resources in Java. Aliasing is there when you need it but it is only used locally.
In math it kind of is the default. Trigonomerty is the exception.