This is an automated archive made by the Lemmit Bot.

The original was posted on /r/programminglanguages by /u/burbolini on 2024-10-18 14:23:37+00:00.


Title. ‘/=’ seems more idiomatic, but ‘!=’ is more widely used. Then again, if in my language there is, for example, ‘not’ instead of ‘!’, then ‘!’ might look kind of weird. Haskell uses ‘/=’, but Python uses ‘!=’.