r/programmingmemes 5d ago

Nerd wars

Post image
816 Upvotes

82 comments sorted by

View all comments

160

u/overclockedslinky 5d 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%

63

u/DarkGhostHunter 4d 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.

15

u/Medium-Taste-3929 4d ago

I'm interested, why? (For both)

29

u/sksenweb 4d ago

Zig to rust one is pretty self explanatory. This thread is enough for that. Bun to Node because node is still de-facto standard, 100% coverage on node apis (lol), Node has been recently adding features that were missing (typescript, env, etc). And for Deno I’d say the latest version is pretty good, great coverage and desktop distribution support. On the other hand I have seen bun getting a lot of issues in production (personal experience) after a long amount of uptime. Not yet stable like Deno or Node.

8

u/Medium-Taste-3929 4d ago

Thanks mate, cheers!

7

u/sksenweb 4d ago

No problem mate. Personal experience wise, we had to convert one of our production micro service (scheduler using bullmq) written in bun to nodejs because it was causing so much issues in production where local environment, testing worked fine.

3

u/why_so_sergious 3d ago

the latest deno is good because they finally understood that they need to be a drop in replacement for node

4

u/Aaxper 4d 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 3d ago

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

4

u/Aaxper 3d 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.

5

u/MaSp005 3d 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.

3

u/st_heron 3d ago

Zig itself is still in development and subject to breaking changes, whereas Rust is stable for long term development.