Skip to content

Instantly share code, notes, and snippets.

@stuarthalloway
Last active July 17, 2018 12:06
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 stuarthalloway/f9bc8d3ab7ec108bbffcb52b5d5ee8aa to your computer and use it in GitHub Desktop.
Save stuarthalloway/f9bc8d3ab7ec108bbffcb52b5d5ee8aa to your computer and use it in GitHub Desktop.
(->> [(cycle [:fizz :_ :_])
(cycle [:buzz :_ :_ :_ :_])]
(apply map vector)
(take 25))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment