Skip to content

Instantly share code, notes, and snippets.

@brlafreniere
Last active May 14, 2018 07:58
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 brlafreniere/fc5dc757c39b6bdd0bfb295f0c41f7d4 to your computer and use it in GitHub Desktop.
Save brlafreniere/fc5dc757c39b6bdd0bfb295f0c41f7d4 to your computer and use it in GitHub Desktop.
(for [zipper (iterate zip/right zipper-start)
:let [node (zip/node zipper)]
:while (or (not= (get node :tag) :h2) (not (zip/end? zipper)))]
node))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment