It also has the ability to really take any object and attach states to it at whim, including immutability.
I think that’s a better trade off than JS
> Python however does provide some immutable constructs as part of it’s core language (Tuples)
That doesn't really help when you're looking for persistent datastructures.
> It also has the ability to really take any object and attach states to it at whim, including immutability.
No, and if it did that would not be an advantage in this context.
It also has the ability to really take any object and attach states to it at whim, including immutability.
I think that’s a better trade off than JS