Skip to content

Instantly share code, notes, and snippets.

@sneeu
Created November 15, 2013 10:34
Show Gist options
  • Save sneeu/7482363 to your computer and use it in GitHub Desktop.
Save sneeu/7482363 to your computer and use it in GitHub Desktop.
(def names ["John" "Gordon" "Dom" "Jamie" "Stuart" "Ben"])
(let [shuffled-names (shuffle names)]
(println (apply str (interpose " buys for " (cons (last shuffled-names) shuffled-names)))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment