top | item 47121346

(no title)

jvillasante | 8 days ago

> We’ve been searching for a memory-safe programming language to replace C++ in Ladybird for a while now.

The article fails to explain why. What problems (besides the obvious) have been found in which "memory-safe languages" can help. Do these problems actually explain the need of adding complexity to a project like this by adding another language?

I guess AI will be involved which, at this early point in the project would make ladybird a lot less interested (at least to me).

discuss

order

michaelcampbell|8 days ago

> What problems (besides the obvious) have been found in which "memory-safe languages" can help.

Why isn't that enough?

nicoburns|8 days ago

Browsers are incredibly security-sensitive projects. Downloading untrusted code from the internet and executing is part of their intended functionality! If memory safety is needed anywhere it's in browsers.

panstromek|8 days ago

> besides the obvious

Well, what else is there besides the obvious? It's a browser.

the_duke|8 days ago

Even Chrome has started to adopt Rust due to recurring memory vulnerabilities.... that's a big enough reason.

f311a|8 days ago

You don't want a browser with a bunch of RCEs that can be triggered by opening a web page...

Perz1val|7 days ago

You do want a browser with RCE, but you want it to keep the it sandboxed. The hard part is executing the code safely

norman784|8 days ago

I guess you will need to wait for their Feb 2026 update.