Skip to content

Instantly share code, notes, and snippets.

@taylorlapeyre
Created December 12, 2014 04:28
Show Gist options
  • Save taylorlapeyre/40a147f5d69b8fddd563 to your computer and use it in GitHub Desktop.
Save taylorlapeyre/40a147f5d69b8fddd563 to your computer and use it in GitHub Desktop.
(map fizzbuzz (range 100))
; => ("fizzbuzz" 1 2 "fizz" 4 "buzz" "fizz" 7 ...)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment