Skip to content

Instantly share code, notes, and snippets.

@ianbishop
Created November 17, 2014 16:04
Show Gist options
  • Save ianbishop/cfa10087d3c1b82839bc to your computer and use it in GitHub Desktop.
Save ianbishop/cfa10087d3c1b82839bc to your computer and use it in GitHub Desktop.
(defn search [queue matcher agent & params]
(->> queue
(filter #(apply m/matches matcher % agent params))
sorted-set))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment