| ▲ | xemdetia 2 hours ago | |||||||
I thought JavaScript language equality quirks was seen as problematic not a missing feature in Python. | ||||||||
| ▲ | voidUpdate 2 hours ago | parent | next [-] | |||||||
At least in javascript, it tells you if things are equal or not. In python, apparently you could answer if A is equal to B with "beans" or 17 or ['a'] | ||||||||
| ||||||||
| ▲ | throwaway894345 an hour ago | parent | prev [-] | |||||||
Python never met a footgun it didn’t need to adopt. In this case, however, it’s not equality checks, but operator overloading. I was a Python developer for a decade before switching to Go and life on this side is so much better. | ||||||||
| ||||||||