Bun has been converted to rust. Now what?
bytecode.news
Bun has been converted to rust. Now what?
1–10 of 113 posts
Re: Bun has been converted to rust. Now what?
#2Re: Bun has been converted to rust. Now what?
#3Would you trust a fully vibe-coded runtime? Not some features, not some fixes, but a full translation from one language to another.
Re: Bun has been converted to rust. Now what?
#4Deno was already implemented in Rust, and not done by vibe-coding. Would you trust a fully vibe-coded runtime? Not some features, not some fixes, but a full translation from one language to another.
Re: Bun has been converted to rust. Now what?
#5Bun was ported from Zig to Rust by an LLM and passed nearly all its tests - while shipping more than ten thousand unsafe blocks. Memory safety is the main reason you'd pick Rust. So what did the rewrite actually accomplish?
Re: Bun has been converted to rust. Now what?
#6Bun was ported from Zig to Rust by an LLM and passed nearly all its tests - while shipping more than ten thousand unsafe blocks. Memory safety is the main reason you'd pick Rust. So what did the rewrite actually accomplish?
This is much different from how Ladybird team handled a rewrite: https://news.ycombinator.com/item?id=47120899
Re: Bun has been converted to rust. Now what?
#7Bun was ported from Zig to Rust by an LLM and passed nearly all its tests - while shipping more than ten thousand unsafe blocks. Memory safety is the main reason you'd pick Rust. So what did the rewrite actually accomplish?
Unsafe blocks are not inherently bad, but it's good that these are explicit unsafe blocks. It's like saying TODO comments are bad. It depends.
Re: Bun has been converted to rust. Now what?
#8- This is blatantly irresponsible, and killed any credibility this project has
- Comparing unsafe counts to UV makes no sense here.
- There is already a strong, safe runtime that's not vibe coded, called Deno, that more people need to check out.
- I am skeptical why Bun was even an acquisition target in the first place, other than pulling stunts like this.
Re: Bun has been converted to rust. Now what?
#9Bun was ported from Zig to Rust by an LLM and passed nearly all its tests - while shipping more than ten thousand unsafe blocks. Memory safety is the main reason you'd pick Rust. So what did the rewrite actually accomplish?
- A base from which to build upon by removing unsafe blocks