Skip to content

Instantly share code, notes, and snippets.

@tcrayford
Created May 15, 2010 18:02
Show Gist options
  • Save tcrayford/402315 to your computer and use it in GitHub Desktop.
Save tcrayford/402315 to your computer and use it in GitHub Desktop.
(defn count-dots [s]
(count (filter #(= \. %) s)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment