this post was submitted on 15 Nov 2023
793 points (97.3% liked)
Memes
52150 readers
1046 users here now
Rules:
- Be civil and nice.
- Try not to excessively repost, as a rule of thumb, wait at least 2 months to do it if you have to.
founded 6 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I mean even C++11 is a significantly different creature from OG C++. C++23 will have monadic optionals; maybe a future release will have generalized monads.
Lick monads lol gottem.
Dammit
The 11 stands for the number of arms that have been bolted onto the dog in an attempt to turn it into an octopus.
Yeah modern Cpp is kinda fun to code in now, but I still don't really care for header files.
We have very different ideas of what constitutes 'fun'.
Casting to (void*) gives you thrills most other languages can't offer you /s
cmake now finally supports c++20 modules
I wouldn't use modules in production quite yet, there's still a lot of implementation bugs, but for experimenting its quite usable