Hacker News new | ask | show | jobs
by matis140 2775 days ago
Not entirely and I know Mozilla is in the process of doing this now. They could take some small portion of the original bit of the browser they are rewriting and put something technically interesting together instead of more opinions like this. One of the things they have to overcome has been stated above and that is that c and c++ have a lot of inertia. They are also still cool languages. This will take a lot more than opinion to overcome.

I have written a few small things in rust and explored crates.io and like the language and ecosystem. I am much less certain about the community surrounding the language, but it might just be that they are mostly younger people looking for safe places so they often feel unauthtically welcoming. It is a bit off putting.

Anyway I would just like to see something like here is a unit of the browser we replaces with rust servo. It took us 2 week to do this unit. before the rewrite this unit would crash or leak at some rate after the rewrite these have been reduced x amount where these would be numbers from the wild based off their metrics. They could Also throw in a couple bench marks over those code units for good measure, but i am certain Mozilla captures enough to probably put together something with interesting real world numbers.

1 comments

AFAIK, they are not rewriting the browser in Rust. They are instead writing new components in it, so it wouldn't be an apples-to-apples comparison.