Turns out "its just an experiment, you all are overreacting" was just a lie to damp criticism. https://news.ycombinator.com/item?id=48019226
Rewrite Bun in Rust has been merged
41–50 of 822 posts
Re: Rewrite Bun in Rust has been merged
#42Re: Rewrite Bun in Rust has been merged
#43Turns out "its just an experiment, you all are overreacting" was just a lie to damp criticism. https://news.ycombinator.com/item?id=48019226
It seems it was an experiment at that moment, and that it went well? I do hope they release it under 2.x though, cannot imagine how a 1M LoC can break in so many ways, especially if what xiphias says is true: https://news.ycombinator.com/item?id=48132902
There’s no way they can know that for sure. A change of this magnitude cannot go from experiment to success in such a short time frame. Even if all the code were 100% correct, you can’t call it a success until it’s battle tested in real world scenarios for a while, and that is impossible without time. Same way you can’t cook properly by throwing food into a vulcano. It’s not just about the temperature.
Either the “experiment” claim was a lie or they are being irresponsible.
Re: Rewrite Bun in Rust has been merged
#44Re: Rewrite Bun in Rust has been merged
#45“+1,000,000” changes in a single commit is insane.
Re: Rewrite Bun in Rust has been merged
#46Re: Rewrite Bun in Rust has been merged
#47>No async rust. I wonder why does that deserve an explicit statement? Is there anything wrong with async rust?
Async Rust never left the MVP state
Re: Rewrite Bun in Rust has been merged
#48Re: Rewrite Bun in Rust has been merged
#49 $ grep --exclude-dir=.git -r 'unsafe {' | wc -l
10465
Nice.Re: Rewrite Bun in Rust has been merged
#50How they gonna do refactoring, bugfix or other maintenance on generated code? Ask LLM?