equal-always? in Racket 8.6 is maybe the first interesting equality predicate anyone has added to any programming language in a while, and a surprising justification to add something new to the existing pile of eq?/eqv?/equal? https://docs.racket-lang.org/reference/Equality.html#%28def._%28%28quote._~23~25kernel%29._equal-always~3f%29%29
@cwebber Racket is doing such interesting things with Scheme. This is why I hope they don't ruin it with their variant on trying to remove parens and make more like Python. I think that's a Perl6-level mistake in the making.