|
|
|
|
|
by pjmlp
3434 days ago
|
|
Only when people mix languages with implementations. Just because the only existing Rust compiler uses LLVM, it doesn't mean another implementations will not surface. So hypothetical the OS not targeted by clang, can still have a Rust compiler on the OS SDK, offering all safety guarantees from Rust. For example, there are OSes and hardware architectures not supported by clang that have Ada and even Java AOT compilers. |
|