What would be the best method to tail a file in Clojure? I haven\'t come across any utilities that would help do so, but ideas on how to build one would be appreciated!
Something like:
(take-last 10 (line-seq (clojure.contrib.io/reader "file")))