Skip to content

Instantly share code, notes, and snippets.

@fbmnds
Created July 3, 2013 16:52
Show Gist options
  • Select an option

  • Save fbmnds/5920413 to your computer and use it in GitHub Desktop.

Select an option

Save fbmnds/5920413 to your computer and use it in GitHub Desktop.
(require '[clojure.clr.data.csv :as csv]
'[clojure.clr.io :as io])
(set! *print-length* 10)
(def in-file "/path/to/datafile/NYSE-2000-2001.tsv")
(def in-seq (line-seq (io/text-reader in-file))) ;; FB: io/reader
;; ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment