**gcc** actually produces assembly code and assembles it using the **as** 
assembler. And nobody complains gcc borrow an assembler. and the assembler also 
produce object file which is linked by linker to produce executable. I don't 
see the point why Nim need to become something like rust and go. And don't 
forget there exist gccgo, gcc front end for go-lang.

Reply via email to