Skip to content

Instantly share code, notes, and snippets.

@daiyi
Created July 10, 2017 23:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save daiyi/7dddd9bea38359d3a405ad68aa2f79de to your computer and use it in GitHub Desktop.
Save daiyi/7dddd9bea38359d3a405ad68aa2f79de to your computer and use it in GitHub Desktop.
(defn life []
(cons (rand-nth [:nature :mountains :movement]) (lazy-seq (life))))
(take 5 (life))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment