C++20: Reaching for the Aims of C++ - Bjarne Stroustrup - CppCon 2021
Video Statistics and Information
Channel: CppCon
Views: 20,231
Rating: undefined out of 5
Keywords: c++ talk, c++ talk video, cpp talk video, c++, cpp, cppcon, cpp con, c++ tutorial, c++ workshop, learn cpp, learn c++, programming, coding, software, software development, cpp history, c++ design, c++ use, c++ standardization, c++ performance, c++ reliability, distributed systems, C++20, resource-safety, type-safety c++, type safety, CppCon, CppCon 2021, CppCon 21, cppcon conference 2021, c++ conference, Bjarne Stroustrup plenary, Bjarne Stroustrup CppCon, Bjarne Stroustrup
Id: 15QF2q66NhU
Channel Id: undefined
Length: 97min 55sec (5875 seconds)
Published: Thu Dec 16 2021
Please note that this website is currently a work in progress! Lots of interesting data and statistics to come.
Thanks for linking this OP, I've learned to always make time for Bjarne's talks.
Oh nice, the first CppCon 2021 video? That was fast.
Is the video private? I can't see it in my feeds even though I've subscribed to the channel.
Very wise answer here: https://youtu.be/15QF2q66NhU?t=5030
I see Bjarne I upvote. Can't wait to hear from Sutter et al as well.
TL;DW ?
Two big things that stick out to me
Bjarne suggesting that c++ shouldn't follow what is fashionable. It absolutely does, is and has and it is doing so to its own detriment.
The second, is that he doesn't presuppose how people should write C++, but at the same time he seems to have a very concrete idea of what the right way is to write C++. Which is it Bjarne?
So Bjarne’s idea of of using “concepts” for specifying operations and behavior of objects.. is more closer to the Logic/type theory definition of type. Where as ‘type’ in C++ will become a low-level construct. Currently ‘types’ do both.
But without a clean break from the semantics of ‘type’ it will be even more bloated!