Skip to content

Instantly share code, notes, and snippets.

@zmaril
Forked from tomjack/gist:9f89e03eb42bef6ddeab
Created October 9, 2012 04:31
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 zmaril/1d4e89438b8c2bb4d210 to your computer and use it in GitHub Desktop.
Save zmaril/1d4e89438b8c2bb4d210 to your computer and use it in GitHub Desktop.
(w/walk (fn [form]
(let [new-form (f form)]
(if (reduced? new-form)
form
new-form)))
identity form)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment