Skip to content

Instantly share code, notes, and snippets.

@danneu
Created October 7, 2014 20:48
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 danneu/feeab935a4e425858d89 to your computer and use it in GitHub Desktop.
Save danneu/feeab935a4e425858d89 to your computer and use it in GitHub Desktop.
(let [rules [[[popular? ?e]
[?friend :user/friends ?e]
[(count ?friend) ?friend-count]
[(< ?friend-count 10)]]
[[popular? ?e]
[?e :user/name "Obama"]]]]
(d/q '[:find ?e
:in $ %
:where (popular? ?e)]
(get-db) rules))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment