edn-format / edn

Extensible Data Notation
2.61k stars 96 forks source link

Should there be a recommendation about immutability? #29

Closed stuarthalloway closed 12 years ago

stuarthalloway commented 12 years ago

E.g. a Java consumer might call unmodifiableList when making lists, etc. ?

fogus commented 12 years ago

I don't understand the question. Maybe if I rephrase along my best understanding of your question, then I can be corrected or validated.

Should there be a recommendation that people implement their parsers to build immutable objects?