Skip to content

Instantly share code, notes, and snippets.

@luxbock

luxbock/sss.clj Secret

Created June 11, 2016 10:46
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 luxbock/3403337442fb3782321209edaa7fffc0 to your computer and use it in GitHub Desktop.
Save luxbock/3403337442fb3782321209edaa7fffc0 to your computer and use it in GitHub Desktop.
(transform [VALS (collect ALL)]
(fn [a b] (count (filter :foo a)))
{:a [{:foo 1} {:bar 3} {:foo 4}]
:b [{:foo 1} {:bar 3 :foo 4} {:foo 4}]})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment