Hacker News new | ask | show | jobs
by kolme 2015 days ago
In clojure(script) equality works this way. Values are compared and not instances. It makes the language a little bit higher level and more ergonomic. Love that feature.