Skip to content

Instantly share code, notes, and snippets.

@t-ob
Created July 30, 2012 15:24
Show Gist options
  • Save t-ob/3207777 to your computer and use it in GitHub Desktop.
Save t-ob/3207777 to your computer and use it in GitHub Desktop.
first-n
(defn limited-output
[keywords-str limit]
(let [tweets-tap (tweets-new)
urls-tap (short-urls)
jdbc-sink db/jdbc-tap]
(?- (stdout)
(c/first-n
(<- [ ?args ]
; query
limit))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment