Skip to content

Instantly share code, notes, and snippets.

@igrishaev
Created January 26, 2024 09:59
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 igrishaev/dd81d931ef13d7be45550fe9c6e28b2d to your computer and use it in GitHub Desktop.
Save igrishaev/dd81d931ef13d7be45550fe9c6e28b2d to your computer and use it in GitHub Desktop.
(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