Skip to content

Instantly share code, notes, and snippets.

@djui
Created November 16, 2013 21:22
Show Gist options
  • Save djui/7505507 to your computer and use it in GitHub Desktop.
Save djui/7505507 to your computer and use it in GitHub Desktop.
(let [xs (map #(Thread/sleep (* % 1000)) [1 9])]
(doseq [x xs]
(print x)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment