Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created February 26, 2014 15:57
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 ryantm/9232314 to your computer and use it in GitHub Desktop.
Save ryantm/9232314 to your computer and use it in GitHub Desktop.
tlbounce.core=> (defrecord A [a b c])
tlbounce.core.A
tlbounce.core=> (clojure.tools.reader.edn/read-string "#tlbounce.core.A{:a 1 :b 2 :c 3}")
ExceptionInfo No reader function for tag tlbounce.core.A clojure.core/ex-info (core.clj:4327)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment