hughfdjackson / immutable

neatly packages immutable equivalents to JavaScript's Objects and Arrays.
101 stars 7 forks source link

Should there be two different storage modes; one shallow (set) and one deep? #3

Closed hughfdjackson closed 11 years ago

hughfdjackson commented 11 years ago

As a user, I would like to be able to get an object from an unknown source, treat it as deep cloned data, where each nested object becomes either a p.dict or a p.list.

Arguments for:

Arguments against:

hughfdjackson commented 11 years ago

For the first draft, going to move this into a util library. Once in, removal from a library is verboten after 1.0.0.