Same same but different :)
(defn arg-count [f] {:pre [(instance? clojure.lang.AFunction f)]} (-> f class .getDeclaredMethods first .getParameterTypes alength))
Same same but different :)