A lot of the talk was spent explaining the difficulties of adding language features to a language with such wide usage as C++.
One interesting tidbit that caught my attention is the introduction of "auto" which will apparently do very basic type inference. So where you use to have something like vector
For those of us out there parsing C++ code (codesearch engines, IDEs, etc.) our lives may be getting a bit easier soon. Bjarne mentioned he is working on a re-usuable C++ parsing tool :)
I think someone on the C# team said it best when they said "We are very much aware of the past and are working as quickly as possible to get there."



No comments:
Post a Comment