Skip to content

Instantly share code, notes, and snippets.

@tobias
Created January 5, 2015 20:00
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 tobias/792efcf5cdf5a62c82c0 to your computer and use it in GitHub Desktop.
Save tobias/792efcf5cdf5a62c82c0 to your computer and use it in GitHub Desktop.
(deftask eval
"eval some stuff"
[e eval CODE [str] "code snippets to eval"]
(with-pre-wrap fileset
(doseq [e eval]
(clojure.core/eval (read-string e)))
fileset))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment