Skip to content

Instantly share code, notes, and snippets.

@tom-pang
Created May 15, 2010 18:02
Show Gist options
  • Save tom-pang/402315 to your computer and use it in GitHub Desktop.
Save tom-pang/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