You are not logged in. Your edit will be placed in a queue until it is peer reviewed.
We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.
Required fields*
- 3I don't see how these two terms are related in any way, shape, or form. Can you clarify how you believe these terms are related?Greg Burghardt– Greg Burghardt2023-06-26 18:59:54 +00:00Commented Jun 26, 2023 at 18:59
- 1What Greg says. In particular, your second definition ends with "when it is modified"; that is something which does not happen to immutable objects.Philip Kendall– Philip Kendall2023-06-26 19:22:44 +00:00Commented Jun 26, 2023 at 19:22
- 3Note that the tag persistence you used on your question relates to a completely different, distinct concept than the one you are talking about. This seems to have caused some confusion. I have taken the liberty of removing the tag from your question and creating a new one persistent-data-structuresJörg W Mittag– Jörg W Mittag2023-06-27 04:30:50 +00:00Commented Jun 27, 2023 at 4:30
- 1@GregBurghardt Persistent means "remains across different invocations of a program", while immutable means "remains unchanged during the same invocation of a program". Still different, but it's not unreasonable to consider these two related terms.Kilian Foth– Kilian Foth2023-06-27 06:18:12 +00:00Commented Jun 27, 2023 at 6:18
- 2I can see the OP's (and my own) confusion here. "Persistence" and "Persistent Data Structures" are similar terms, but have different meanings. I can see how they are related, and I can see how someone might think they aren't related. Good question.Greg Burghardt– Greg Burghardt2023-06-27 15:33:26 +00:00Commented Jun 27, 2023 at 15:33
| Show 2 more comments
How to Edit
- Correct minor typos or mistakes
- Clarify meaning without changing it
- Add related resources or links
- Always respect the author’s intent
- Don’t use edits to reply to the author
How to Format
- create code fences with backticks ` or tildes ~ ```
like so
``` - add language identifier to highlight code ```python
def function(foo):
print(foo)
``` - put returns between paragraphs
- for linebreak add 2 spaces at end
- _italic_ or **bold**
- indent code by 4 spaces
- backtick escapes
`like _so_` - quote by placing > at start of line
- to make links (use https whenever possible) <https://example.com>[example](https://example.com)<a href="https://example.com">example</a>
How to Tag
A tag is a keyword or label that categorizes your question with other, similar questions. Choose one or more (up to 5) tags that will help answerers to find and interpret your question.
- complete the sentence: my question is about...
- use tags that describe things or concepts that are essential, not incidental to your question
- favor using existing popular tags
- read the descriptions that appear below the tag
If your question is primarily about a topic for which you can't find a tag:
- combine multiple words into single-words with hyphens (e.g. design-patterns), up to a maximum of 35 characters
- creating new tags is a privilege; if you can't yet create a tag you need, then post this question without it, then ask the community to create it for you