defrecord does not, at present, produce a first-class Clojure object, just a 
Java class that implements Clojure's map interfaces.  So there's no "Record" 
object to ask questions about.  As Meikel said, you could use Java 
reflection, but that's it.

There is some ongoing work to make records more first-class, although I'm 
not sure if this feature will be included.  See 
http://dev.clojure.org/display/design/defrecord+improvements

-Stuart Sierra
clojure.com

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to