Hacker News new | past | comments | ask | show | jobs | submit login

Why compile to C when you can use LLVM?



C can sometimes be an easier target since you don't have to learn LLVM's API. C is also more portable than llvm since there is a greater variety of C compilers for a greater variety of architectures than llvm targets.


C as an API changes far more slowly than LLVM, too. Using LLVM is a real maintenance commitment.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: