Created
January 26, 2024 09:59
-
-
Save igrishaev/dd81d931ef13d7be45550fe9c6e28b2d 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
(for [_ all-colls] | |
(gensym "X")) | |
COLLS | |
(for [_ all-colls] | |
(gensym "COLL")) | |
N | |
(gensym "N")] | |
`(let [f# ~f | |
~N ~n | |
~@(interleave COLLS all-colls) | |
chunk# |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment