Skip to content

Instantly share code, notes, and snippets.

Created July 14, 2014 17:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/072b5dc3e9032299bedf to your computer and use it in GitHub Desktop.
Save anonymous/072b5dc3e9032299bedf to your computer and use it in GitHub Desktop.
(defn main []
(let [tweets (csv/parse-csv (slurp "tweets.csv"))]
(map println
(map (fn [x] (nth x 5))
(take 100 tweets)))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment