>>105883649
>I believe C++ would benefit a lot from a profile for "modern" C++
From my understanding they're pretty much evolving the language now because of Rust instead of just telling everyone "GIT GUD" when they talk about safety stuff

>Carbon encourages Rust
It was more along the lines of "if you're already using it that's great, no need to switch" because Carbon is meant to be a successor to C++

>Zig, I am not sure about, I know very little about it
Not a big Zigger myself. I used it once. Bun.js was written in it and brags "faster than rust speeds in Javascript!"

>I don't know much about UWS.js.
Remember how I mentioned Bun? It turns out their "faster than rust speeds!" was just because their HTTP server uses uws.js, one of the fastest standard libraries out there. It uses the C++ library uWebsockets under the hood which is the real secret to it's speed. It's both an http and websocket server and is insanely fast, it was based on express.js.

Here's the kicker. Uws.js was made for node.js and is 80% faster on Node, so the bun replacing node thing is a meme. You can just use it on Node. All the fastest http/websocket servers in both node and bun now just use uws.js under the hood. Basically bun was snake oil.