Groups | Search | Server Info | Login | Register
Groups > comp.lang.c++ > #123800
| Path | csiph.com!eternal-september.org!feeder.eternal-september.org!nntp.eternal-september.org!.POSTED!not-for-mail |
|---|---|
| From | Paul Rubin <no.email@nospam.invalid> |
| Newsgroups | comp.lang.c++ |
| Subject | Re: "Herb Sutter: Why C++ Is Growing and What C++26 Means for |
| Date | Sun, 10 May 2026 01:24:40 -0700 |
| Organization | A noiseless patient Spider |
| Lines | 41 |
| Message-ID | <87v7cvbrjr.fsf@nightsong.com> (permalink) |
| References | <10tmmrp$3fobc$1@dont-email.me> <10tn5tm$3j9oi$2@dont-email.me> <10tni0q$3osnh$1@dont-email.me> |
| MIME-Version | 1.0 |
| Content-Type | text/plain |
| Injection-Date | Sun, 10 May 2026 08:24:40 +0000 (UTC) |
| Injection-Info | dont-email.me; logging-data="261021"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18zAlNAjYppvc4rXl6HWk/Q"; posting-host="297339f08b850cc51b16e7c23d4f8820" |
| User-Agent | Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux) |
| Cancel-Lock | sha1:VhjynVmNCP+RGLL7UT9GVumwDLU= sha1:PbPP6Cr2t/EsQiG+59zJpuCOuFk= sha256:m3RBIm4H9h2jU31I+1CZL/IGcXUtT6908r/R2AjZhzM= sha1:9PfOsirVbppsn7Bg5NjoHJCQhxE= |
| Xref | csiph.com comp.lang.c++:123800 |
Show key headers only | View raw
boltar@caprica.universe writes: >>> http://herbsutter.com/2026/04/29/london-meetup/ Ok, I watched this video but meh, it said even C is growing, so merit doesn't seem to be involved. >> - Modules. (They don't work.) That's unfortunate. I hadn't been paying attention but I had the impression that they were promising. >> - Coroutines. (They're not actually coroutines.) Yeah true. More like protothreads. > They should have taken a look at how Python does it - the function > returns an iterator and you call "yield <result>" inside it. Done. That's generators. Python coroutines are a mess because they were added to the language a little bit at a time. There are even multiple syntaxes (how unpythonic) for doing using them, generator-style and async/await. >> - Concepts. (Cool, but most of you won't ever write one.) I haven't used them in C++, but in Haskell they're called "type classes" and people write them all the time. They are important. Does Ada have something similar? In C++ it might be that writing them is done mostly by library implementers. But then they help the users by decreasing the hellishness of templated classes. >>Apparently GCC will be getting contracts and reflection "soon". > I can't wait for contracts and reflection in C++! Contracts seem like a good thing. They're important in Ada after all. Reflection, that I don't know about. That said, the video of Herb Sutter's talk showed an audience of old bald-headed guys, almost like a Lisp conference. For better or worse, Rust seems to have all the energy now.
Back to comp.lang.c++ | Previous | Next — Previous in thread | Next in thread | Find similar
"Herb Sutter: Why C++ Is Growing and What C++26 Means for Production Systems " Lynn McGuire <lynnmcguire5@gmail.com> - 2026-05-09 02:13 -0500
Re: "Herb Sutter: Why C++ Is Growing and What C++26 Means for Production Systems " Chris Ahlstrom <OFeem1987@teleworm.us> - 2026-05-09 07:31 -0400
Re: "Herb Sutter: Why C++ Is Growing and What C++26 Means for boltar@caprica.universe - 2026-05-09 14:57 +0000
Re: "Herb Sutter: Why C++ Is Growing and What C++26 Means for Nioclás Pól Caileán de Ghloucester <thanks-to@Taf.com> - 2026-05-09 21:57 +0000
Re: "Herb Sutter: Why C++ Is Growing and What C++26 Means for Paul Rubin <no.email@nospam.invalid> - 2026-05-10 01:24 -0700
Re: "Herb Sutter: Why C++ Is Growing and What C++26 Means for Keith Thompson <Keith.S.Thompson+u@gmail.com> - 2026-05-10 03:30 -0700
Re: "Herb Sutter: Why C++ Is Growing and What C++26 Means for boltar@caprica.universe - 2026-05-10 15:44 +0000
Re: "Herb Sutter: Why C++ Is Growing and What C++26 Means for Nioclás Pól Caileán de Ghloucester <thanks-to@Taf.com> - 2026-05-10 20:24 +0000
Re: "Herb Sutter: Why C++ Is Growing and What C++26 Means for geodandw <geodandw@gmail.com> - 2026-05-10 17:52 -0400
Re: "Herb Sutter: Why C++ Is Growing and What C++26 Means for kalevi@kolttonen.fi (Kalevi Kolttonen) - 2026-05-10 22:07 +0000
Re: "Herb Sutter: Why C++ Is Growing and What C++26 Means for Nioclás Pól Caileán de Ghloucester <thanks-to@Taf.com> - 2026-05-11 08:00 +0000
Re: "Herb Sutter: Why C++ Is Growing and What C++26 Means for boltar@caprica.universe - 2026-05-11 08:22 +0000
Re: "Herb Sutter: Why C++ Is Growing and What C++26 Means for "Luke A. Guest" <laguest@archeia.com> - 2026-05-11 12:20 +0100
Re: "Herb Sutter: Why C++ Is Growing and What C++26 Means for boltar@caprica.universe - 2026-05-11 15:08 +0000
Re: "Herb Sutter: Why C++ Is Growing and What C++26 Means for "Luke A. Guest" <laguest@archeia.com> - 2026-05-12 15:21 +0100
Re: "Herb Sutter: Why C++ Is Growing and What C++26 Means for boltar@caprica.universe - 2026-05-12 15:06 +0000
Re: "Herb Sutter: Why C++ Is Growing and What C++26 Means for "Luke A. Guest" <laguest@archeia.com> - 2026-05-12 17:27 +0100
Re: "Herb Sutter: Why C++ Is Growing and What C++26 Means for boltar@caprica.universe - 2026-05-13 07:49 +0000
Re: "Herb Sutter: Why C++ Is Growing and What C++26 Means for "J-P. Rosen" <rosen@adalog.fr> - 2026-05-11 16:16 +0200
Re: "Herb Sutter: Why C++ Is Growing and What C++26 Means for Lawrence D’Oliveiro <ldo@nz.invalid> - 2026-05-12 02:21 +0000
Re: "Herb Sutter: Why C++ Is Growing and What C++26 Means for boltar@caprica.universe - 2026-05-12 08:42 +0000
Re: "Herb Sutter: Why C++ Is Growing and What C++26 Means for Lawrence D’Oliveiro <ldo@nz.invalid> - 2026-05-12 20:37 +0000
Re: "Herb Sutter: Why C++ Is Growing and What C++26 Means for boltar@caprica.universe - 2026-05-13 07:52 +0000
Re: "Herb Sutter: Why C++ Is Growing and What C++26 Means for Björn Persson <Bjorn@xn--rombobjrn-67a.se> - 2026-05-11 19:44 +0200
Re: "Herb Sutter: Why C++ Is Growing and What C++26 Means for boltar@caprica.universe - 2026-05-12 08:30 +0000
Re: "Herb Sutter: Why C++ Is Growing and What C++26 Means for Lawrence D’Oliveiro <ldo@nz.invalid> - 2026-05-11 22:33 +0000
Re: "Herb Sutter: Why C++ Is Growing and What C++26 Means for boltar@caprica.universe - 2026-05-12 08:38 +0000
Re: "Herb Sutter: Why C++ Is Growing and What C++26 Means for Lawrence D’Oliveiro <ldo@nz.invalid> - 2026-05-12 20:38 +0000
Re: "Herb Sutter: Why C++ Is Growing and What C++26 Means for boltar@caprica.universe - 2026-05-13 07:55 +0000
Re: "Herb Sutter: Why C++ Is Growing and What C++26 Means for David Brown <david.brown@hesbynett.no> - 2026-05-13 10:17 +0200
Re: "Herb Sutter: Why C++ Is Growing and What C++26 Means for scott@slp53.sl.home (Scott Lurndal) - 2026-05-10 16:08 +0000
Re: "Herb Sutter: Why C++ Is Growing and What C++26 Means for David Brown <david.brown@hesbynett.no> - 2026-05-10 18:36 +0200
csiph-web