Last active
September 9, 2018 17:20
-
-
Save littleli/771ce70a72c866c38dd12cbdc7d50cd2 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
| ;; Count a sequence | |
| (fn [coll] | |
| (reduce (fn [c _] (inc c)) 0 coll)) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment