Random
Only logged in members can reply and interact with the post.
Join SimilarWorlds for FREE »

C++ programmers are the 2nd Amendment folk of the IT industry

«Bruh it's not true that this marvelous piece of language is "insecure", it's just a skill issue if 6,855 flights all over the world get canceled because someone dereferenced the wrong pointer»

Using a memory safe language infringes my constitutional rights /s
This page is a permanent link to the reply below and its nested replies. See all post replies »
basilfawlty89 · 36-40, M
Rust is what's up.
Elessar · 31-35, M
@basilfawlty89 This whole thing is perhaps the best advertisement Rust could've asked for
basilfawlty89 · 36-40, M
@Elessar on the front-end with web dev, most of my compilers are rust based now. Turbopack for example.
Elessar · 31-35, M
@basilfawlty89 I'm not 100% sure if it's the case but iirc you can write frontend code in rust and compile it to wasm.

Idk how it manipulates the DOM (maybe there's a library wrapping all the usual JS/browser APIs?) or if it's only used to write bits of "hot" / high performance code, called by the usual JS/TS
basilfawlty89 · 36-40, M
@Elessar you can yeah. And they do have dull stack stuff like Hugo. Generally though, I prefer Rust for my tooling and backend, with Typescript and React on the front-end.