A quick "thank you" to everyone to provided feedback to my `struct` syntax proposal! If I had to summarize all the feedback, it would be:

- This is neat
- I would like to have docstrings
- I want methods
- I don't want built-in methods
- I don't like the keyword
- Can it be an expression?
- Is this enough of an improvement over named tuples and dataclasses to warrant syntax?

Interestingly ppl didn't seem bothered by the lack of inheritance nearly as much as I expected.

@brettcannon I was surprised not to see it on https://discuss.python.org/c/ideas/6 - I'm sure it would lead to an interesting discussion there (unless I missed it, of course). 🤔
Ideas

Would you like to change something in Python? This <em>might</em> be your feedback forum.

Discussions on Python.org
@b11c One step at a time 😉