Skip to content

Instantly share code, notes, and snippets.

@hoeck
Created June 19, 2010 08:25
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 hoeck/444708 to your computer and use it in GitHub Desktop.
Save hoeck/444708 to your computer and use it in GitHub Desktop.
(defrecord Fooo [a])
(with-open [w (clojure.contrib.io/writer "fooo.record")]
(print-method (Fooo. 'a) w))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment