01:42
<Mathieu Hofman>
I am still suspicious of any R&T use cases that are drop-in replacement of objects but with deep immutability and/or equality semantics. In both cases the fact that the structure has to be deeply immutable, aka no objects directly contained, makes me believe that the code will have to be aware the value is a R/T and handle it explicitly.
01:48
<Mathieu Hofman>
And by extension I suppose I don't fully understand the use cases motivating implicit equality semantics. I do agree it would be much better DX though.
01:52
<Mathieu Hofman>
I am all for a way to deeply compare R&T and I actually believe we'll need a way to also easily compare the structure of a R&T ignoring the unique symbols it contains. This is where I still wish we had Box as it would have not conflated the type of unique symbols contained in a R/T.
15:22
<littledan>
For people who want R&T to be something else: If you could write some kind of very high-level gist explaining your suggestion, that would be extremely helpful.