Skip to content

Instantly share code, notes, and snippets.

@aiba
Created June 3, 2022 19:12
Show Gist options
  • Save aiba/bf59597849fc2a6532d95768bb827d0c to your computer and use it in GitHub Desktop.
Save aiba/bf59597849fc2a6532d95768bb827d0c to your computer and use it in GitHub Desktop.
(ns aiba.util.dofor)
(defmacro dofor {:style/indent 1} [& stuff]
`(doall (for ~@stuff)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment