To follow along my own thoughts, this line of inquiry could explain why I like python so much. It provides native support for higher level data structures like dicts in a way that feels natural. I think if you wanted to implement a dict in C++ for example, you'd have to do it by hand (iirc)
To follow along my own thoughts, this line of inquiry could explain why I like
pythonso much. It provides native support for higher level data structures likedicts in a way that feels natural. I think if you wanted to implement adictinC++for example, you'd have to do it by hand (iirc)