Earlier quoted context omitted.
> what looks like a massive undertaking for vibe coding It doesn’t look like that at all. Do you think that all use of AI is vibe coding?
what would you call a fully uncommented commit with "+27,939Lines changed: 27939 additions & 0 deletions" of new rust code
Zig → Rust porting guide
51–60 of 592 posts
Re: Zig → Rust porting guide
#52>*No `tokio`, `rayon`, `hyper`, `async-trait`, `futures`.* No `std::fs`, I'm not a rust dev but even I kind of notice that tokio is kind of shunned in most projects. Why is that? Is it just bad or what?
Re: Zig → Rust porting guide
#53Re: Zig → Rust porting guide
#54Interesting to see this when the current top post on HN is someone worrying about Bun as it was acquired by Anthropic. The top comment there describes “Anthropic does experiments on their own codebase, the Bun team is not gonna do the same vibe coding experiments”. Yet here we are, what looks like a massive undertaking for vibe coding. Time will tell how this will turn out. Would be nice if the Bun maintainers could…
> what looks like a massive undertaking for vibe coding It doesn’t look like that at all. Do you think that all use of AI is vibe coding?
Re: Zig → Rust porting guide
#55>*No `tokio`, `rayon`, `hyper`, `async-trait`, `futures`.* No `std::fs`, I'm not a rust dev but even I kind of notice that tokio is kind of shunned in most projects. Why is that? Is it just bad or what?
Re: Zig → Rust porting guide
#56Re: Zig → Rust porting guide
#57Re: Zig → Rust porting guide
#58I would guess dealing with breaking changes is a big motivation for this.
Re: Zig → Rust porting guide
#59[0]: https://github.com/oven-sh/bun/compare/claude/phase-a-port
Re: Zig → Rust porting guide
#60Earlier quoted context omitted.
Possibly related to https://simonwillison.net/2026/Apr/30/zig-anti-ai/ where the Bun team wanted to upstream work to Zig that was rejected by a blanket anti-LLM contribution policy.
Code origin was not even a factor https://ziggit.dev/t/bun-s-zig-fork-got-4x-faster-compilatio...