Why is Nim translated to C and not to LLVM IR (eg like Rust)? What are the 
advantages / disadvantages?

I think that as a programmer you can already master C and thus optimize it 
better than doing it in a completely new language like IR. In addition, the 
whole LLVM framework is very extensive and complicated. On the other hand, does 
the IR allow more possibilities as an intermediate language?

Reply via email to