I’m an outsider “looking in”, so to say, as in I met quite a few people attending a local Waldorf-School near where I went to school. I always felt a lot of them were a little out of touch with the real world, not quite prepared for how things are outside. Very sheltered and… For lack of a better word, dreamy? It felt like they hadn’t learned some of the fundamentals of science but focused a lot on soft stuff instead.
It’s hard to put into words since those are impressions of a pretty judgemental teenager x) and stored in a different language than English since my english back then was still pretty bad.
But their education seemed to lack real preparation for anything but social sciences. It’s been a while, though, maybe it has changed by now.
My logic was always, if == is equal, then for >= we replace one of the equal signs to denote that it doesn’t have only be equal but can be both.
But that was probably also influenced by languages where == means the value is equal and === means value and type have to be equal for the comparison to be true. If you compare “5” and 5 in those languages, == will be true and === will be false, since one is a string and one is a number.
At the end of the day, those signs are arbitrary conventions. People agree on them meaning something in a specific context, and the same thing can mean different things in different contexts. A in English represents a different sound than A in Spanish, and sometimes even in other dialects of English. Thinking of out like that helped me to keep the conventions of different programming languages apart.