Created
June 3, 2022 19:12
-
-
Save aiba/bf59597849fc2a6532d95768bb827d0c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(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