Created
December 12, 2014 04:28
-
-
Save taylorlapeyre/40a147f5d69b8fddd563 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(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