|
|
|
|
|
by steveklabnik
458 days ago
|
|
It is fairly common, yes. Sometimes those compilers (or interpreters) aren't the primary implementation, but it's certainly a thing that happens often. Most of the Rust compiler is in Rust, that's correct, but it does by default use LLVM to do code generation, which is in C++. |
|