Did you know about some?

Every once in a while someone asks on the Clojure group why (contains? [:a :b :c] :a) returns false. In the following heated discussions about semantics (yeah! a discussion about semantics!) people always suggest to add a linear-search to Clojure. What they miss: linear-search is already there.