Hacker News new | ask | show | jobs
by Ar-Curunir 1168 days ago
Er the modern C stack has basically the same components as the modern Rust stack: a language frontend (say Clang or rustc) interfacing with LLVM or GCC. You could use an alternate C compiler from these two, but, really, why would you?