Skip to content

Instantly share code, notes, and snippets.

@KushalP
Created September 10, 2011 14:30
Show Gist options
  • Select an option

  • Save KushalP/1208365 to your computer and use it in GitHub Desktop.

Select an option

Save KushalP/1208365 to your computer and use it in GitHub Desktop.
A bad imitation of unix cat
(defn cat [f]
^{:doc "A bad imitation of unix cat"}
(println (slurp f)))
(cat "cat.clj")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment