Skip to content

Instantly share code, notes, and snippets.

@devn
Last active December 20, 2015 22:09
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 devn/26de53b4f47ad7ab3920 to your computer and use it in GitHub Desktop.
Save devn/26de53b4f47ad7ab3920 to your computer and use it in GitHub Desktop.
(defmacro meth->pred [meth]
`(defn ~(symbol (str (dasherize (name meth)) "?")) [c#]
(let [client-opts# (get-client-options c#)]
(~(symbol (str "." (name meth))) client-opts#))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment