Skip to content

Document that values are immutable but not persistent #72

Open
@mfikes

Description

CLJS Bean values are immutable. This lets identical? work on them along with other guarantees you gain via immutability. (Reinforce that passed JavaScript maps and arrays should be effectively immutable to ensure this.)

But the object are not persistent. (Operations like assoc involve CoW.)

It is worth documenting (perhaps in the Object Extraction section?) some of these aspects.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions