ra’s avatarra’s Twitter Archive—№ 29,006

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