|
|
|
|
|
by fndrplayer13
3704 days ago
|
|
As a developer who used to build systems in embedded C++ and now spends all of my time building web backends in mostly Python, I have to agree with the premise that C++ is becoming more influenced by Python. That's a good thing, I think. I really think C++ is a wonderful language if properly curated and used by a responsible team of developers. One tiny thing that would be cool to see built into C++ would be an equivalent to the Python range function. The boost version is nice for now, though. Finally, I also see this as a nice compliment to Python and the power that it offers as a language. |
|