Skip to content

Instantly share code, notes, and snippets.

@skatenerd
Created May 24, 2013 05:44
Show Gist options
  • Save skatenerd/5641499 to your computer and use it in GitHub Desktop.
Save skatenerd/5641499 to your computer and use it in GitHub Desktop.
(with-open [rdr (io/reader "hello_goodbye.txt")]
(prn (frequencies (flatten (map seq (line-seq rdr))))))
;{\h 3, \e 9, \l 6, \o 15, \g 6, \d 6, \b 6, \y 6}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment