Haskell has typeclasses, and ML has Modules, which allow for polymorphic single dispatch. But I don't think one would argue that they're OO.
In the comment you replied to, I said that CL focuses on imperative code, which it does because of side effects, and OO, which it does, because evidently CLers love CLOS.
The clojure community avoids both of these things.