Originally posted by ids1024
View Post
Yes, Rustc is written in rust (Other rust compilers including mrustc and gcc-rs uses C++). However the usage of LLVM is why I was using the Google Go compiler example which does not use LLVM and uses Go entirely. This is technically feasible for Rust as well but probably not worth losing out on leveraging LLVM.
Comment