Created
June 13, 2016 12:35
-
-
Save ajchemist/6f0831abdec60fbedd609eb1d1483394 to your computer and use it in GitHub Desktop.
clojure buggy
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(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