Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@ethagnawl
Created April 22, 2017 03:51
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ethagnawl/789134fe1b1136d940d21b1f76cf119f to your computer and use it in GitHub Desktop.
Save ethagnawl/789134fe1b1136d940d21b1f76cf119f to your computer and use it in GitHub Desktop.
doseq with index
;; https://groups.google.com/d/msg/clojure/cBCf_ftFSw4/xBG_SfMeMBAJ
(doseq [[idx item] (map-indexed vector a-lazy-seq)]
(do-stuff! item idx))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment