Skip to content

Instantly share code, notes, and snippets.

@yvan
Last active December 26, 2019 19:46
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 yvan/c5b53c4844012e059a8f097869021d53 to your computer and use it in GitHub Desktop.
Save yvan/c5b53c4844012e059a8f097869021d53 to your computer and use it in GitHub Desktop.
(defn enumerate-iter
[iter]
(var i -1)
(generate [val :in iter]
(++ i)
val))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment