Skip to content

Instantly share code, notes, and snippets.

@littleli
Last active September 9, 2018 17:20
Show Gist options
  • Save littleli/771ce70a72c866c38dd12cbdc7d50cd2 to your computer and use it in GitHub Desktop.
Save littleli/771ce70a72c866c38dd12cbdc7d50cd2 to your computer and use it in GitHub Desktop.
;; 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