
Big news from Mozilla and Samsung today: the two have been
working on a new browsing engine together, developed from the ground-up to be completely new, and it's written entirely in
Rust, a new safe systems language developed by Mozilla. "Rust, which
today reached v0.6, has been in development for several years and is rapidly approaching stability. It is intended to fill many of the same niches that C++ has over the past decades, with efficient high-level, multi-paradigm abstractions, and offers precise control over hardware resources. But beyond that, it is
safe by default, preventing entire classes of memory management errors that lead to crashes and security vulnerabilities. Rust also features lightweight concurrency primitives that make it easy for programmers to leverage the power of the many CPU cores available on current and future computing platforms." The work is on-going, but of course, all code is out there right now.
Member since:
2007-08-20
I agree. I find both the browsing engine and Rust to be interesting for the same reasons.
I'm reserving judgement until I do more research, but I like the ideas behind both. Like you, I appreciate the basic research as much as anything that comes from it.