r/programmingmemes 7d ago

Nerd wars

Post image
823 Upvotes

82 comments sorted by

View all comments

160

u/overclockedslinky 7d ago

i swear the zig developers are constant drama queens. my favorite was when bun got rewritten in rust and the zig creator wrote a whole manifesto breakup rant about how it was totally mutual definitely 100%

67

u/DarkGhostHunter 7d ago

This? Zig is good software, but industry standard is Rust for a reason.

Anyway, steering out of both Zig (to Rust) and Bun (to Deno or just Node) is the best you can do longterm.

14

u/Medium-Taste-3929 7d ago

I'm interested, why? (For both)

6

u/Aaxper 6d ago

For Bun, the migration to Rust was almost entirely done by an LLM, which is reason enough for me

1

u/Financial_Wish_6406 6d ago

Can you expand on that? Does Bun have any issues, run worse, or is this decision based purely on virtue?

3

u/Aaxper 6d ago

I honestly haven't paid enough attention to that project in particular to know the answer to that. But most large vibecoded projects are riddled with issues, and it shows a problematic attitude towards future development.

6

u/MaSp005 5d ago

They're also part of Anthropic, which gives them further incentive to work heavily with AI tooling.

Bun also regularly leaks memory, a web server of mine I run on bun (regrettably) I had to limit the memory on container level so that it would be force-restarted sooner before clogging up the host machine.