(no title)
alabhyajindal | 7 days ago
I don't like this bit. Wouldn't it be better to decide on a memory-safe language, and then commit to it by writing all new code in Rust, or whatever. This looks like doing double the work.
alabhyajindal | 7 days ago
I don't like this bit. Wouldn't it be better to decide on a memory-safe language, and then commit to it by writing all new code in Rust, or whatever. This looks like doing double the work.
nicoburns|7 days ago
I suspect that'll also be what happens here. And if the use of Rust is successful, then over time more components may switch over to Rust. But each component will only ever be in one language at a time.
fabrice_d|7 days ago
The Ladybird devs painted themselves in a corner when choosing C++ for a new web browser, with many anti-Rust folks claiming that "modern C++ was safe". Well...
VoxPelli|7 days ago
Thankfully Servo has picked up speed again and if one wants a Rust based browser engine what better choice than the one the language was built to enable?
https://servo.org/
riku_iki|7 days ago
it is totally possible to use some strict subset of C++, which will be memory safe.
IshKebab|7 days ago
LeFantome|7 days ago
wvenable|7 days ago