| > Maybe the field would benefit to go more towards philosophy and logic, explaining it with words. Interesting perspective. I studied Philosophy and Logic in university: https://en.wikipedia.org/wiki/List_of_logic_symbols Much of it was familiar to me because, earlier, I took a class my Physics professor insisted we should take, as he put it, "if you want to get out of the dark ages": Programming in APL. AS it turns out many of the symbols used in APL come from Logic. To this day I find it disturbing that Python uses "^" for bitwise XOR, because both in Logic and APL, this is the symbol for AND. Anyone who studied Logic instantly recognizes the APL logic operators. I say "interesting perspective" because the reality of what you are asking is precisely opposite what you think the outcome would be. |
Among all those symbols only ">" and "<" are somewhat intuitive, all the others you have to learn what they mean.
Even "=" is derivative of "<" and ">" because by reasoning you can understand that you get to it by rotating the 2 lines about 30 degrees after realizing that you are dealing with 2 numbers which are in fact the same and not one being bigger than the other