Skip to content

Instantly share code, notes, and snippets.

@yamaneko1212
Created December 20, 2011 12:41
Show Gist options
  • Save yamaneko1212/1501441 to your computer and use it in GitHub Desktop.
Save yamaneko1212/1501441 to your computer and use it in GitHub Desktop.
7つの言語Clojure1日目セルフスタディ2 ref: http://qiita.com/items/1421
(def obj-map {(class {}) :map (class []) :vector (class '()) :list (class '(nil)) :list})
(defn collection-type [col] (obj-map (class col)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment