Hacker News new | ask | show | jobs
by Manishearth 3341 days ago
LLVM doesnt speak C, it is an optimization and codegen layer. Both rustc and clang output to LLVM.

Rust's main benefit is in the compiler itself, not optimization and codegen.