Skip to content

Instantly share code, notes, and snippets.

@aamedina
Created December 5, 2013 20:53
Show Gist options
  • Select an option

  • Save aamedina/7813693 to your computer and use it in GitHub Desktop.

Select an option

Save aamedina/7813693 to your computer and use it in GitHub Desktop.
(defn dispatches
[dispatch]
(->> (iterate zip/next (zip/vector-zip dispatch))
(take-while (complement zip/end?))
(map zip/node)
(map #(replace {% :*} dispatch))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment