Say what you want, but for people building products on Bun, this is bad news for the foreseeable future.
I guess it’s time to have Claude rewrite my Bun app in Deno
Rewrite Bun in Rust has been merged
261–270 of 822 posts
Re: Rewrite Bun in Rust has been merged
#262https://news.ycombinator.com/item?id=48073680
Didn't age well, did it?
Re: Rewrite Bun in Rust has been merged
#263Github is failing to load the 800 comments, naturally. I'll bet they're fun.
I had to literally force quit my browser because of how much it lagged iirc.
Re: Rewrite Bun in Rust has been merged
#264Re: Rewrite Bun in Rust has been merged
#265Earlier quoted context omitted.
I doubt the Zig maintainers will miss the giant PRs from Bun!
I'm pretty sure they'll miss the full developer salary that Oven used to sponsor them, which they no longer do. I'd wager one doesn't do a rewrite like that, if you are in great personal standing with the language foundation. That same "just don't use it" attitude was what drove me away from Zig btw. I would have been fine in restricting myself to a somewhat stable subset, e.g. if, loop + function calls, but they did…
Re: Rewrite Bun in Rust has been merged
#266$ rg 'unsafe [{]' src/ | wc -l 10428 $ rg 'unsafe [{]' src/ -l | wc -l 736 Language Files Lines Code Comments Blanks ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ Rust 1443 929213 732281 116293 80639 Zig 1298 711112 574563 59118 77431 TypeScript 2604 654684 510464 82254 61966 JavaScript 4370 364928 293211 36108 35609 C 111 305123 205875 79077 20171 C++ 586 262475 217111 19004 26360 C Header 779 100979…
At home:
> 10428
Re: Rewrite Bun in Rust has been merged
#267I'm confused. Never heard of Bun until a few days ago here on HN. It's some nodejs wrapper thingy, written in Zig, and someone decided to use LLM to rewrite it in Rust. Is this a big deal? Who is even using this software? Why is this big?
Also at some point Bun was acquired by Anthropic. And some people feared that this will greatly influence Bun's development.
Re: Rewrite Bun in Rust has been merged
#268I'm confused. Never heard of Bun until a few days ago here on HN. It's some nodejs wrapper thingy, written in Zig, and someone decided to use LLM to rewrite it in Rust. Is this a big deal? Who is even using this software? Why is this big?
Re: Rewrite Bun in Rust has been merged
#269It's going to be absolute mess of total AI slop and black box that nobody understands and is going to cause more issues than it fixes.