Skip to content

Instantly share code, notes, and snippets.

@srid
Created October 7, 2011 22:10
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 srid/1271458 to your computer and use it in GitHub Desktop.
Save srid/1271458 to your computer and use it in GitHub Desktop.
(loop [[[key [pattern meta]] & more :as coll] (seq log-record-types)]
(when-not (empty? coll)
(if-let [...]
(calculatesomething)
(recur more))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment