Skip to content

Instantly share code, notes, and snippets.

@migrs
Created December 20, 2011 12:38
Show Gist options
  • Select an option

  • Save migrs/1501434 to your computer and use it in GitHub Desktop.

Select an option

Save migrs/1501434 to your computer and use it in GitHub Desktop.
7lang7week p207
(def col-types {clojure.lang.PersistentHashSet :map clojure.lang.PersistentList :list clojure.lang.PersistentVector :vector})
(defn collection-type [col] (col-types (class col)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment