Skip to content

Instantly share code, notes, and snippets.

@jwinter
Created March 27, 2009 19:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save jwinter/86841 to your computer and use it in GitHub Desktop.
Save jwinter/86841 to your computer and use it in GitHub Desktop.
(defn when-its-one []
(loop []
(if (= 1 (rand-int 2000))
1
[(println "foo")
(recur)])))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment