Y
Hacker News
new
|
ask
|
show
|
jobs
by
jfecher
1464 days ago
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.
1 comments
marssaxman
1463 days ago
C as an API changes far more slowly than LLVM, too. Using LLVM is a real maintenance commitment.
link