Brendan Eich (2014-01-16T19:06:10.000Z)
domenic at domenicdenicola.com (2014-01-22T20:43:09.523Z)
> - C: interpretive equality Or loose or sloppy equality, apt metaphors (I won't elaborate). > So basically what I'm saying is, can we slay C? : ) There's a lot of == usage out there (Google codesearch went away, but last I looked when it was still up). It would be better to repair == by allowing developers to opt string and boolean (note lowercase) into B, thereby making it an error to use an object with a string or boolean as other operand. That seems doable with value objects, although it wants declarative syntax.