Skip to content

Instantly share code, notes, and snippets.

@mwmitchell
Created July 2, 2011 20:35
Show Gist options
  • Select an option

  • Save mwmitchell/1061620 to your computer and use it in GitHub Desktop.

Select an option

Save mwmitchell/1061620 to your computer and use it in GitHub Desktop.
;; calling this:
(def-field [:data] (str "hello!"))
;; creates this:
{:fields [:data] :builder `(clojure.core/str "hello!")}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment