Skip to content

Instantly share code, notes, and snippets.

@ajchemist
Created June 13, 2016 12:35
Show Gist options
  • Save ajchemist/6f0831abdec60fbedd609eb1d1483394 to your computer and use it in GitHub Desktop.
Save ajchemist/6f0831abdec60fbedd609eb1d1483394 to your computer and use it in GitHub Desktop.
clojure buggy
(let [t (transient [])]
(doseq [[k v] (zipmap (range 200) (range 200 400))]
(conj! t [k v]))
(count t))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment