Skip to content

Instantly share code, notes, and snippets.

Created September 28, 2011 03:22
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/1246912 to your computer and use it in GitHub Desktop.
Save anonymous/1246912 to your computer and use it in GitHub Desktop.
<brehaut> (find-doc "read-lines")
<lazybot> => ------------------------- 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