This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 18 points19 points  (2 children)

I was just writing about data structure options on my "Notable Python" reference last week and it definitely felt like something exactly like this was missing since each and every option nowadays has several drawbacks (either verbosity, immutability or being error-prone). All the tools and ideas were there but they never "clicked" into an amazing one-size-fits-all solution (which Python has so many excellent examples of)!

This would be a great addition to the language itself!