Skip to content

Instantly share code, notes, and snippets.

@wilig
Created August 7, 2010 16:41
Show Gist options
  • Save wilig/512962 to your computer and use it in GitHub Desktop.
Save wilig/512962 to your computer and use it in GitHub Desktop.
(-> (from :table1)
(where (and (< :table1/a 5) (= :table1/b "x"))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment