Can I add fields to clojure types?

Posted by Rob on Stack Overflow See other posts from Stack Overflow or by Rob
Published on 2010-03-19T05:41:02Z Indexed on 2010/03/19 5:51 UTC
Read the original article Hit count: 409

Filed under:
|
|

Clojure structs can be arbitrarily extended, adding new fields.

Is it possible to extend types (created using deftype) in a similar way?

© Stack Overflow or respective owner

Related posts about clojure

Related posts about deftype