Skip to content

Instantly share code, notes, and snippets.

@robbieh
Created November 29, 2012 19:15
Show Gist options
  • Save robbieh/4171210 to your computer and use it in GitHub Desktop.
Save robbieh/4171210 to your computer and use it in GitHub Desktop.
How do you read this?
(reduce (fn [accum x]
(assoc accum
(keyword x)
(str x \- (rand-int 100))))
{}
["hi" "hello" "bye"])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment