Skip to content

Instantly share code, notes, and snippets.

@speedcell4
Last active August 29, 2015 14:06
Show Gist options
  • Save speedcell4/a955a1ae7c0f35352b6d to your computer and use it in GitHub Desktop.
Save speedcell4/a955a1ae7c0f35352b6d to your computer and use it in GitHub Desktop.
(def fib-lazy-cat
(lazy-cat [0 1] (map +' fib-lazy-cat (rest fib-lazy-cat))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment