Skip to content

Instantly share code, notes, and snippets.

Created March 4, 2011 09:37
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/854399 to your computer and use it in GitHub Desktop.
Save anonymous/854399 to your computer and use it in GitHub Desktop.
<clgv> (find-doc "read-lines")
<sexpbot> ⟹ ------------------------- clojure.contrib.duck-streams/read-lines
([f]) Like clojure.core/line-seq but opens f with reader.
Automatically closes the reader AFTER YOU CONSUME THE ENTIRE
SEQUENCE. ------------------------- clojure.contrib.io/read-lines ([f])
Like clojure.core/line-seq but opens f with reader. Automatically
closes the reader AFTER YOU CONSUME THE ENTIRE SEQUENCE.
nil
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment