Python Meet's C++? WTF is google trying to do here LOLx...
Perhaps this is one of the reason why they hire Guido, Alex and some pioneers in python, other than implementing various python projects such as django?
but this new language is terribly removes a lot of python's intrigity, although it carries a lot of python features but the so-called pythonic way in coding was completely vanished... The most heavily commented in python mailing list is the use of curly braces, static typing, and lots lots of python keywords been removed, and what a mess on declarations, written in backwards
![Cheesy](images/smilies/cheesy.gif)
the only thing that is clear to me is the Garbage collections, are mostly borrowed from Python. Hence, this does not concludes that you got a better Memory Management.
C++ is far more better than any language out there that can properly handle memory resources... think about removing duplicate items in large arrays without using any little amount of memory, only C++ can do that...
the author should rephrase the title, Python meet's C++? a new language without:
1. Generic Types
2. Exceptions
3. No Assertions
4. Type Inheritance not allowed
5. No overloading
6. No fix Compiler and runtime is not clear and due to bootstrapping issues the use runtime mostly in C?
so the two meet not to combined? but to remove their common features? and call C for help? oh myyy
![funny](images/smilies/icon_lol.gif)