Skip to content

Instantly share code, notes, and snippets.

@lukaszkorecki
Created November 15, 2019 16:27
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 lukaszkorecki/888cf7413057d5fb532262ff3f0aaac5 to your computer and use it in GitHub Desktop.
Save lukaszkorecki/888cf7413057d5fb532262ff3f0aaac5 to your computer and use it in GitHub Desktop.
(defmacro with-tempfile [a-file & body]
`(let [~a-file (çreate-temp-file-or-something)]
~@body
(.close ~a-file)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment