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.
I'm a long-time Clojure user and the developer of several open source projects mostly involving Clojure. I try to actively contribute to the Clojure community.
My most active projects are at the moment VimClojure, Clojuresque and ClojureCheck.
Copyright © 2009-2014 All Right Reserved. Meikel Brandmeyer