|
|
|
|
|
by steveklabnik
3971 days ago
|
|
We have pretty good C interop, so you don't have to re-write everything, you can do it in chunks. Firefox isn't suddenly going to be reimplemented in Rust, for example, it will be library by library, bit by bit. Of course, you can do that with some other languages too, but our lack of runtime and no-overhead makes it significantly better, in my opinion. |
|