While working on #servo recently, I came to the realization how much Rust isolates itself from other languages, just by not providing a C interface by default.
We can't write a browser engine for every programming language. While using Servo is a breeze in Rust, using it with any other language seems problematic.
The Linux Kernel managed to adopt Rust, I wrote a Rust WebKit browser, but I'm not sure what the future holds for Servo when it's time for Rust to say goodbye.


