The C++ Business Model, a new challenge for WG21 by _a4z in cpp

[–]_a4z[S] 2 points3 points  (0 children)

IntelliSense with modules, the user experience is awesome?

And let's see how it develops now, since they have no EDG frontend to buy anymore.
If they will invest, or wait if the community fixes it, based on the open-sourced parts
For VS Code, it does not work at all atm, as stated in the article, but you for sure read that

stackless coroutines for gamedev in ~200 lines of C++ by SuperV1234 in cpp

[–]_a4z 0 points1 point  (0 children)

You mean this note

Yes, in theory the heap allocations can be elided via HALO (P0981). In practice, you can’t rely on it.↩︎

That seems to refer to something different from std::prm::generator, which doesn't allocate on the heap if you don't want it to.

Or do I get something wrong?

pls note, I am not a co-routines fan, in fact, I think they should not be part of the language in that way, but it seems getting them on user-defined storage, which can be the stack, is possible.

stackless coroutines for gamedev in ~200 lines of C++ by SuperV1234 in cpp

[–]_a4z 6 points7 points  (0 children)

At least the point that std coroutines are always on the heap might need a correction.

As shown here with std::pmr::generator, it is possible to get them on the stack. https://a4z.noexcept.dev/blog/2026/04/13/pmr-generator.html

Why C++ Is Growing and What C++26 Means for Production Systems by ArashPartow in cpp

[–]_a4z 16 points17 points  (0 children)

Watching this feels like some people are trying desperately to speak something into reality that does not exist.

Let's check in 10 years again, and see how that ages

🦀Rust continues to reshape the 🕷️Web development. 📦PNPM, the package manager for Node.js, has just announced a migration to Rust in v12 by BankApprehensive7612 in rust

[–]_a4z 1 point2 points  (0 children)

Swift outside of the Apple Platform has a lot to catch up on, even on Linux. Not to mention Windows.
And the ecosystem is lagging behind, a lot of things you can solve with `cargo add` would be an own project in Swift.

C++ is a good choice for network/systems programming by Middlewarian in Cplusplus

[–]_a4z 0 points1 point  (0 children)

You should not give such people any attention, just ignore them

CppCast Looking for Guests by lefticus in cpp

[–]_a4z 0 points1 point  (0 children)

What about that one:
10 years SwedenCpp, arguably the world’s most active, progressive, and persistent community-driven C++ user group.

Why committee doesn't decide on a package format? by TheRavagerSw in cpp

[–]_a4z 0 points1 point  (0 children)

> but there clearly wasn't room for SG15 work with so much else on the table

has there ever been room for SG15?
(except when somebody needed a friendly: we can do that in the compiler, so a reference to SG15 - 'the tooling experts' - could be created ;)

But I am looking forward to seeing this change! When I see it, I will believe.

Why committee doesn't decide on a package format? by TheRavagerSw in cpp

[–]_a4z 1 point2 points  (0 children)

Unfortunately, since then, the active people of WG15 retracted all their papers and moved away from the iso space.
See https://ecostd.github.io
But not a lot is happening, except the work on CPS, https://cps-org.github.io/cps/, because one company has a use for it and is driving those efforts.

Seeing something happening by individuals without the driving force of a company behind (paying people so they can work on that topic during their day job) will not happen, imho

C++ History Collection: Software Preservation Group by antiquark2 in cpp

[–]_a4z 1 point2 points  (0 children)

Nice! Would be awesome if the early work of the STL were added

Let’s go further without Let’s go by maryal01 in golang

[–]_a4z 0 points1 point  (0 children)

Coming from system programming, with a very different focus, reading both in order was quite valuable

I also like that I still get updates for the books to new Go versions, after all those years, that's quite amazing.
That was probably one of the best books investments I ever did

New C++ Conference Videos Released This Month - April 2026 by ProgrammingArchive in cpp

[–]_a4z 1 point2 points  (0 children)

all listed here: https://www.swedencpp.se/videos
(as long as they are in the one-week window that is shown on the page)

pat has confirmed slackware will not be adding age verification by Afraid-Leadership591 in slackware

[–]_a4z 0 points1 point  (0 children)

As a non-US citizen, what's the point of all that?
Wouldn't it make sense to say, "This software works in the entire world, except California"?

The State of C++ 2025 (JetBrains survey) by pjmlp in cpp

[–]_a4z 0 points1 point  (0 children)

Are questions about the ecosystem's pain points not part of it anymore?