-
@bobpoekert I’ve seen === in js or identical? in cljs which checks for referential equality, which will be false if its all new objects
-
@bobpoekert the fact that ===/identical? are used makes me feel like im missing something some way to return *the same objs* if not changing